Replace docker-compose restart hack with shell handler hack
The docker-compose integration would start 2 of the same container, which does bad things to things like databases!
This commit is contained in:
4
ansible/roles/socks-proxy/handlers/main.yml
Normal file
4
ansible/roles/socks-proxy/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart socks proxy
|
||||
shell:
|
||||
chdir: /opt/3proxy
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user