ansible-roles/proftpd/handlers/main.yml

6 lines
94 B
YAML
Raw Normal View History

---
- name: restart proftpd
ansible.builtin.service:
name: proftpd
state: restarted