Restart docker after nftables restarted
This commit is contained in:
parent
1841f06f82
commit
f827fcab4c
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
- name: restart docker
|
||||||
|
systemd:
|
||||||
|
name: docker
|
||||||
|
state: restarted
|
||||||
|
enabled: true
|
||||||
|
|
||||||
- name: create sites directory
|
- name: create sites directory
|
||||||
file:
|
file:
|
||||||
path: '/srv/sites'
|
path: '/srv/sites'
|
||||||
|
|
|
||||||
Reference in a new issue