ansible-roles/proftpd/handlers/main.yml

6 lines
78 B
YAML

---
- name: restart proftpd
service:
name: proftpd
state: restarted