xoxys.droneci/handlers/main.yml
Robert Kaussow 90e20c350c
All checks were successful
continuous-integration/drone/push Build is passing
remove nginx integration
2019-07-18 23:34:13 +02:00

10 lines
162 B
YAML

---
- name: Restart container
systemd:
state: restarted
daemon_reload: yes
name: drone
listen: __drone_restart
become: True
become_user: root