Merge "tripleo-container-manage: add no_log to podman create"

This commit is contained in:
Zuul 2019-11-14 20:47:01 +00:00 committed by Gerrit Code Review
commit 98ded8fccb

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