1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

cheap unmasking

This commit is contained in:
Jerry Vonau 2018-12-29 14:14:56 -06:00
parent 4c14ae3e37
commit 346ad4cde6

View file

@ -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 }}"