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

netplan don't delete user's wifi config

This commit is contained in:
Jerry Vonau 2020-04-03 03:50:16 -05:00
parent 36212548f4
commit ac935f4c93

View file

@ -12,9 +12,9 @@
file:
state: absent
path: /etc/netplan/{{ item }}
when: netplan.stdout.find("yaml") != -1 and (item != "02-iiab-config.yaml")
with_items:
- "{{ netplan.stdout_lines }}"
when: netplan.stdout.find("yaml") != -1
- name: Cheap way to do systemd unmask
file: