mirror of https://dev.ccchb.de/ccchb/ansible.git
roles/debian: fix networking disable
This commit is contained in:
parent
bff7609ec4
commit
48541be6dd
|
@ -59,7 +59,6 @@
|
|||
- name: disable networking
|
||||
systemd:
|
||||
name: networking
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
- name: start systemd-resolved
|
||||
|
|
Loading…
Reference in New Issue