Remove the handler for cAdvisor.

This commit is contained in:
Andrea Dell'Amico 2023-05-29 14:17:57 +02:00
parent 8f6aeb7268
commit 342a257713
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 5 deletions

View File

@ -2,8 +2,3 @@
- name: Reload the HAPROXY configuration
ansible.builtin.shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
ignore_errors: true
- name: Restart cadvisor
ansible.builtin.service:
name: cadvisor
state: restarted