fix ansible 2.8 bool vars
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3680822912
commit
c4ecbdeaa4
@ -22,7 +22,7 @@
|
|||||||
name: docker
|
name: docker
|
||||||
state: present
|
state: present
|
||||||
notify: __docker_restart
|
notify: __docker_restart
|
||||||
when: dockerengine_docker_group_enabled
|
when: dockerengine_docker_group_enabled | bool
|
||||||
|
|
||||||
- name: Deploy config files to setup environment
|
- name: Deploy config files to setup environment
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user