Push old broken role to edit it on new laptop

This commit is contained in:
Oleg Vasilev
2022-03-08 03:48:56 +03:00
parent ff1fe181b1
commit d77f51aa5c
4 changed files with 103 additions and 0 deletions

19
handlers/main.yml Normal file
View File

@@ -0,0 +1,19 @@
---
- name: 3proxy | Reload configuration
systemd:
name: 3proxy
# Change to reloaded, when systemd unit override is done
state: restarted
- name: 3proxy | Stop service
systemd:
name: 3proxy
state: stopped
- name: 3proxy | Start service
systemd:
name: 3proxy
daemon_reload: yes
state: started