Skip to content

Commit 9d616cf

Browse files
committed
explicitly identify which primary dhcp server is being disabled
dhcp_service2 is used in restart.yml when not in Appliance mode
1 parent bb6b3c2 commit 9d616cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/network/tasks/computed_services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
set_fact:
2424
named_enabled: True
2525
dhcpd_enabled: False
26-
dhcp_service2: "dhcpd"
26+
dhcp_service2: "dhcpd disabled"
2727
when: not dnsmasq_enabled and iiab_network_mode == "Appliance"
2828

2929
- name: LAN configured - non-dnsmasq
@@ -46,7 +46,7 @@
4646
named_enabled: False
4747
dhcpd_enabled: False
4848
dnsmasq_enabled: False
49-
dhcp_service2: "dnsmasq"
49+
dhcp_service2: "dnsmasq disabled"
5050
when: dnsmasq_install and iiab_network_mode == "Appliance"
5151

5252
- name: Add 'network' variable values (from computed_services.yml) to /etc/iiab/iiab.ini

0 commit comments

Comments
 (0)