mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 20:38:36 -05:00
force boolean evaluation
This commit is contained in:
@@ -223,5 +223,5 @@
|
||||
file:
|
||||
path: "{{ docker_base_path }}"
|
||||
state: absent
|
||||
when: cleanup_docker_base|default(True)
|
||||
when: cleanup_docker_base|default(True)|bool
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user