mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
cheap unmasking
This commit is contained in:
parent
4c14ae3e37
commit
346ad4cde6
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
- "{{ netplan.stdout_lines }}"
|
||||
when: netplan.stdout.find("yaml") != -1
|
||||
|
||||
- name: Cheap way to do systemd unmask
|
||||
file:
|
||||
state: absent
|
||||
dest: /etc/systemd/system/systemd-networkd-wait-online.service
|
||||
|
||||
- name: Ensure systemd-networkd-wait-online is enabled
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue