1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Disable isc-dhcp-server6.service on ubuntu-18

This commit is contained in:
Jerry Vonau 2018-05-03 09:40:08 -05:00
parent e74cc9e241
commit 1dda6adf6d

View file

@ -23,6 +23,12 @@
state=stopped
when: is_debuntu
- name: Disable stock dhcp_service ipv6
service: name={{ dhcp_service }}6
enabled=no
state=stopped
when: is_ubuntu_18
- name: Install systemd unit file to /etc/systemd/system/dhcpd.service
template: src={{ item.src }}
dest={{ item.dest }}