tripleo_container_manage: print message if no container action

It helps with debugging, when no action is run for containers; instead
of just showing an empty list.

Change-Id: I27c550e49492df9a80a3e9ed119962cc412c491a
This commit is contained in:
Emilien Macchi 2020-04-15 10:55:58 -04:00
parent 761e5cbdd5
commit d889302776
1 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,6 @@
include_tasks: create.yml
- name: "Show all container commands for {{ tripleo_container_manage_config }}"
debug:
msg: "{{ all_containers_commands }}"
msg: "{{ all_containers_commands | default('No container action') }}"
when:
- ansible_check_mode|bool