Merge "Fix the warning when reload the docker"
This commit is contained in:
commit
dd694b2362
@ -25,7 +25,9 @@
|
||||
|
||||
- name: Reload docker service file
|
||||
become: True
|
||||
command: systemctl daemon-reload
|
||||
systemd:
|
||||
name: docker
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Get stat of libvirtd apparmor profile
|
||||
stat:
|
||||
|
Loading…
Reference in New Issue
Block a user