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