mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
treat ubuntu same as debian
This commit is contained in:
parent
aab78257d4
commit
c1a272cd90
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
- name: Disable stock dhcp_service service
|
||||
- name: Disable stock dhcp_service
|
||||
service: name={{ dhcp_service }}
|
||||
enabled=no
|
||||
when: dhcpd_install and first_run and is_debian_9
|
||||
state=stopped
|
||||
when: dhcpd_install and first_run
|
||||
|
||||
- name: Disable dhcpd service
|
||||
service: name=dhcpd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue