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/netdata/handlers/main.yml
Normal file
4
ansible/roles/netdata/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart netdata
|
||||
shell:
|
||||
chdir: /opt/netdata
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user