1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Disable and mask systemd-networkd-wait-online on ubuntu-18

This commit is contained in:
Jerry Vonau 2018-05-03 07:51:25 -05:00
parent 76e84bec8b
commit e74cc9e241

View file

@ -20,6 +20,14 @@
- name: Stopping services
include_tasks: down-debian.yml
- name: Disable and mask systemd-networkd-wait-online
systemd:
name: systemd-networkd-wait-online
enabled: no
masked: yes
state: stopped
when: is_ubuntu_18
- name: Reload systemd
systemd:
daemon_reload: yes