mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
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