lmn-client/roles/lmn_tmpfixes/tasks/main.yml
2025-03-29 11:25:22 +01:00

10 lines
253 B
YAML

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