ansible/roles/ufw/handlers/main.yml

6 lines
108 B
YAML

---
- name: Reconfigure and restart UFW
ansible.builtin.shell:
cmd: "/home/core/Scripte/startufw"
...