@ -9,8 +9,7 @@
register: command_return
- set_fact:
container_present: true
container_present: "{{ command_return.rc == 0 }}"
when: command_return.rc == 0
- when: not container_present
block: