container: Add no_log to sensitive task
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
name: "{{ item.name }}"
|
||||
data: "{{ item.value | default(lookup('community.general.random_string', special=false, length=128)) }}"
|
||||
skip_existing: "{{ item.value is not defined }}"
|
||||
no_log: true
|
||||
loop: "{{ container_secrets }}"
|
||||
|
||||
- name: Create container service {{ container_name }}
|
||||
|
||||
Reference in New Issue
Block a user