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:
parent
36212548f4
commit
ac935f4c93
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue