add handlers restart for cadvisor
This commit is contained in:
parent
6f5e511855
commit
049c6ab908
@ -33,3 +33,11 @@
|
|||||||
state: restarted
|
state: restarted
|
||||||
ignore_errors: '{{ ansible_check_mode }}'
|
ignore_errors: '{{ ansible_check_mode }}'
|
||||||
tags: ['docker_redisinsight']
|
tags: ['docker_redisinsight']
|
||||||
|
|
||||||
|
- name: cadvisor-restart
|
||||||
|
systemd:
|
||||||
|
name: docker-compose@cadvisor
|
||||||
|
state: restarted
|
||||||
|
ignore_errors: '{{ ansible_check_mode }}'
|
||||||
|
tags: ['docker_cadvisor']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user