1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

'| bool' for Ansible 2.8; prep U18+

This commit is contained in:
holta 2019-05-24 03:06:43 -04:00
parent 2ea775848a
commit 3eccbd9d60
15 changed files with 34 additions and 33 deletions

View file

@ -16,10 +16,10 @@
service:
name: dhcpd
state: stopped
when: dhcpd_install
when: dhcpd_install | bool
- name: dhcpd_server may be affected - stopping dnsmasq
service:
name: dnsmasq
state: stopped
when: dnsmasq_install
when: dnsmasq_install | bool