Ignore errors restarting libvirtd
This seems to inexplicably fail sometimes. We can just ignore it.
This commit is contained in:
parent
739c60fce0
commit
34a016bdac
|
@ -8,6 +8,7 @@
|
||||||
service:
|
service:
|
||||||
name: libvirtd
|
name: libvirtd
|
||||||
state: restarted
|
state: restarted
|
||||||
|
ignore_errors: true # Ansible sometimes inexplicably fails to restart
|
||||||
|
|
||||||
- name: restart frr
|
- name: restart frr
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in New Issue