brozzler/ansible/roles/pywb/handlers/main.yml
Noah Levitt 18b4a26db6 porting ansible config to xenial
no more upstart, switch to daemontools, among other things
2019-03-22 23:50:46 -07:00

9 lines
115 B
YAML

---
- name: restart pywb
svc:
name: pywb
state: restarted
service_dir: /etc/service
become: true