Add missing files for a8e4130
This commit is contained in:
parent
e52c01615c
commit
6ba24ade09
3 changed files with 246 additions and 0 deletions
10
roles/lmn_tmpfixes/tasks/main.yml
Normal file
10
roles/lmn_tmpfixes/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Remove disturbing NetworkManager connection
|
||||
ansible.builtin.include_tasks:
|
||||
file: "{{ taskfile }}"
|
||||
loop_control:
|
||||
loop_var: taskfile
|
||||
loop:
|
||||
- bookworm.yml
|
||||
- cleanup.yml
|
||||
when: ansible_distribution_release == "bookworm"
|
Loading…
Add table
Add a link
Reference in a new issue