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:
parent
2ea775848a
commit
3eccbd9d60
15 changed files with 34 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue