Skip to content
Snippets Groups Projects
Commit 895539a8 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Don’t try to disable "ifup@*"

parent a89a7bb1
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,8 @@
- name: ensure legacy methods are disabled
systemd:
name: "{{ item }}"
name: networking
enabled: no
with_items:
- "ifup@*"
- "networking"
- name: ensure we wait for network to be online
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment