container: Add no_log to sensitive task

This commit is contained in:
uumas
2024-11-19 19:53:35 +02:00
parent 61a8e67205
commit cb3d5f177d

View File

@@ -27,6 +27,7 @@
name: "{{ item.name }}" name: "{{ item.name }}"
data: "{{ item.value | default(lookup('community.general.random_string', special=false, length=128)) }}" data: "{{ item.value | default(lookup('community.general.random_string', special=false, length=128)) }}"
skip_existing: "{{ item.value is not defined }}" skip_existing: "{{ item.value is not defined }}"
no_log: true
loop: "{{ container_secrets }}" loop: "{{ container_secrets }}"
- name: Create container service {{ container_name }} - name: Create container service {{ container_name }}