Restart docker after nftables restarted

This commit is contained in:
Sonny Bakker 2021-02-04 22:15:49 +01:00
parent 1841f06f82
commit f827fcab4c

View file

@ -14,6 +14,12 @@
state: restarted
enabled: true
- name: restart docker
systemd:
name: docker
state: restarted
enabled: true
- name: create sites directory
file:
path: '/srv/sites'