Skip to content

Commit

Permalink
Run "Enable systemd-networkd" as last task
Browse files Browse the repository at this point in the history
  • Loading branch information
haslersn committed Jan 13, 2020
1 parent 588617b commit f4b34fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/main.yml
Expand Up @@ -36,12 +36,6 @@
notify:
- Restart systemd-networkd

- name: Enable systemd-networkd
service:
name: systemd-networkd
enabled: True
state: started

- name: Configure legacy networking
service:
name: networking
Expand All @@ -67,3 +61,9 @@
name: "{{ systemd_network_dns_resolver }}"
enabled: True
state: started

- name: Enable systemd-networkd
service:
name: systemd-networkd
enabled: True
state: started

0 comments on commit f4b34fa

Please sign in to comment.