xoxys.firewalld/handlers/main.yml
Robert Kaussow 0149b0633d
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2022-06-13 20:47:12 +02:00

9 lines
144 B
YAML

---
- name: Reload firewalld
service:
name: firewalld
state: reloaded
listen: __firewalld_reload
become: True
become_user: root