Deactivate dhcp
This commit is contained in:
parent
3195423b20
commit
750f9e24f6
@ -33,7 +33,7 @@
|
|||||||
- name: disable old network services
|
- name: disable old network services
|
||||||
systemd:
|
systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
enabled: yes
|
enabled: no
|
||||||
with_items:
|
with_items:
|
||||||
- dhcpcd
|
- dhcpcd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user