mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
force boolean evaluation
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
tag: "{{ awx_version }}"
|
||||
state: absent
|
||||
delegate_to: localhost
|
||||
when: docker_remove_local_images|default(False)
|
||||
when: docker_remove_local_images|default(False)|bool
|
||||
|
||||
- name: Tag and Push Container Images
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user