]> git.phdru.name Git - ansible.git/blob - playbooks/roles/debian/firewall/handlers/main.yaml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / roles / debian / firewall / handlers / main.yaml
1 - name: Restart firewall
2   become: true
3   service:
4     name: iptables.sh
5     state: started