ansible-roles/proftpd/handlers/main.yml

7 lines
109 B
YAML

---
- name: restart proftpd
service:
name: proftpd
state: restarted
when: not ansible_check_mode