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:
parent
76e84bec8b
commit
e74cc9e241
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue