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,13 +1,8 @@
---
# restart iptables
- name: "restart iptables"
ansible.builtin.service:
name: "iptables"
state: "restarted"
when: "ipv4_enabled"
- name: "restart ip6tables"
ansible.builtin.service:
name: "ip6tables"
state: "restarted"
when: "ipv6_enabled"