base: no more docker anywhere, drop this

We aren't using docker anywhere anymore, so we don't need to uselessly
try and restart it all the time.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-02 15:14:54 -07:00
parent 618512b9eb
commit 17959a301c
2 changed files with 0 additions and 5 deletions

View file

@ -9,10 +9,6 @@
- name: restart iptables
service: name=iptables state=restarted
- name: restart docker
command: systemctl try-restart docker
ignore_errors: true
- name: restart ip6tables
service: name=ip6tables state=restarted

View file

@ -154,7 +154,6 @@
notify:
- restart iptables
- reload libvirtd
- restart docker
tags:
- iptables
- config