mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'when: X' -> 'when: X | bool' for Ansibl 2.8
This commit is contained in:
parent
176abdd2f5
commit
3a1ccf3638
89 changed files with 248 additions and 248 deletions
|
|
@ -4,7 +4,7 @@
|
|||
with_items:
|
||||
- docker
|
||||
- python-docker-py
|
||||
when: docker_install
|
||||
when: docker_install | bool
|
||||
tags: download
|
||||
|
||||
- name: put the systemd startup file in place
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
service: name=docker
|
||||
state=started
|
||||
enabled=true
|
||||
when: docker_enabled
|
||||
when: docker_enabled | bool
|
||||
|
||||
- name: Disable docker
|
||||
service: name=docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue