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

comments preserve hardcoded U18 clauses

This commit is contained in:
holta 2019-05-24 03:13:52 -04:00
parent 3eccbd9d60
commit 2e3c4b7b2e
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@
set_fact:
user_wan_iface: "none"
when: not iiab_wan_enabled
#when: 'not iiab_wan_enabled'
# gui wants LanController # keeps ifcfg-WAN but onboot=no
# the change over might be a little bumpy ATM.

View file

@ -33,6 +33,7 @@
enabled: no
state: stopped
when: is_ubuntu and not is_ubuntu_16
#when: is_ubuntu_18
- name: Install systemd unit file to /etc/systemd/system/dhcpd.service
template: