mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
dhcp_service first_run add is_debuntu only
This commit is contained in:
parent
2b3b285f47
commit
28a1ebb1b0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
service: name={{ dhcp_service }}
|
service: name={{ dhcp_service }}
|
||||||
enabled=no
|
enabled=no
|
||||||
state=stopped
|
state=stopped
|
||||||
when: dhcpd_install and first_run
|
when: dhcpd_install and first_run and is_debuntu
|
||||||
|
|
||||||
- name: Disable dhcpd service
|
- name: Disable dhcpd service
|
||||||
service: name=dhcpd
|
service: name=dhcpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue