Merge "tripleo-container-manage: add no_log to podman create"
This commit is contained in:
commit
98ded8fccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user