ansible-roles/proftpd/handlers/main.yml

6 lines
78 B
YAML
Raw Normal View History

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