aboutsummaryrefslogtreecommitdiff
path: root/roles/ftp/handlers/main.yml
blob: 256b7b09bfa4907b033d3c958d803e4eb2c5451f (plain)
1
2
3
4
5
6
7
---
- name: restart
  systemd:
    name: pure-ftpd-custom.service
    enabled: yes
    state: restarted
  become: yes