chore: remove unused tags

This commit is contained in:
Simon Cornet 2026-02-16 14:53:47 +01:00
commit a3ae5f7d06

View file

@ -3,20 +3,11 @@
# routing # routing
- name: "routing" - name: "routing"
ansible.builtin.import_tasks: "routing.yaml" ansible.builtin.import_tasks: "routing.yaml"
tags:
- "full"
- "routing"
# firewall # firewall
- name: "firewall" - name: "firewall"
ansible.builtin.import_tasks: "firewall.yaml" ansible.builtin.import_tasks: "firewall.yaml"
tags:
- "full"
- "firewall"
# performance # performance
- name: "performance" - name: "performance"
ansible.builtin.import_tasks: "performance.yaml" ansible.builtin.import_tasks: "performance.yaml"
tags:
- "full"
- "performance"