tripleo-container-manage: add no_log to podman create

So we don't leak confidential informations like passwords and others in
the logs.
Note that if debug is enabled, the infos are displayed in the ansible
logs.

Change-Id: I8473c9118dbce2b04eeb2c01bcc1e55232325a67
This commit is contained in:
Emilien Macchi 2019-11-13 15:03:06 +01:00
parent f506dd6994
commit ac8cff4ebb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
async: 300
poll: 0
register: create_async_results
no_log: "{{ not (tripleo_container_manage_debug | bool) }}"
loop: "{{ batched_container_data | haskey(attribute='action', reverse=True) }}"
loop_control:
loop_var: container_data