trixie/roles/lmn_tmpfixes/tasks/main.yml

11 lines
253 B
YAML
Raw Permalink Normal View History

2025-03-29 11:25:22 +01:00
---
- 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"