This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-ftp/handlers/main.yml

7 lines
143 B
YAML
Raw Normal View History

2016-11-27 10:06:35 +01:00
---
- name: reload daemon-reload
command: systemctl daemon-reload
- name: restart warehost-ftp
service: name=warehost-ftp state=restarted