Remove the handler for cAdvisor.
This commit is contained in:
parent
8f6aeb7268
commit
342a257713
|
@ -2,8 +2,3 @@
|
||||||
- name: Reload the HAPROXY configuration
|
- name: Reload the HAPROXY configuration
|
||||||
ansible.builtin.shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
|
ansible.builtin.shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Restart cadvisor
|
|
||||||
ansible.builtin.service:
|
|
||||||
name: cadvisor
|
|
||||||
state: restarted
|
|
||||||
|
|
Loading…
Reference in New Issue