mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +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 }}
|
||||
enabled=no
|
||||
state=stopped
|
||||
when: dhcpd_install and first_run
|
||||
when: dhcpd_install and first_run and is_debuntu
|
||||
|
||||
- name: Disable dhcpd service
|
||||
service: name=dhcpd
|
||||
|
|
Loading…
Reference in a new issue