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
|
|
@ -33,7 +33,7 @@
|
|||
enabled: no
|
||||
state: stopped
|
||||
when: is_ubuntu and not is_ubuntu_16
|
||||
#when: is_ubuntu_18
|
||||
#when: is_ubuntu_18 | bool
|
||||
|
||||
- name: Install systemd unit file to /etc/systemd/system/dhcpd.service
|
||||
template:
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
- name: Netplan in use on Ubuntu 18.04+
|
||||
include_tasks: netplan.yml
|
||||
when: is_ubuntu and not is_ubuntu_16
|
||||
#when: is_ubuntu_18
|
||||
#when: is_ubuntu_18 | bool
|
||||
#and not installing
|
||||
tags:
|
||||
- network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue