chore: add comments before tasks and handlers

This commit is contained in:
Simon Cornet 2026-02-16 14:41:52 +01:00
commit ddbd4d78e9
3 changed files with 7 additions and 6 deletions

View file

@ -1,17 +1,20 @@
---
# routing
- name: "routing"
ansible.builtin.import_tasks: "routing.yaml"
tags:
- "all"
- "routing"
# firewall
- name: "firewall"
ansible.builtin.import_tasks: "firewall.yaml"
tags:
- "all"
- "firewall"
# performance
- name: "performance"
ansible.builtin.import_tasks: "performance.yaml"
tags: