Add missing files for a8e4130

This commit is contained in:
Raphael Dannecker 2025-03-29 11:25:22 +01:00
parent e52c01615c
commit 6ba24ade09
3 changed files with 246 additions and 0 deletions

View 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"