Merge "Fix the warning when reload the docker"

This commit is contained in:
Zuul 2018-02-26 09:46:17 +00:00 committed by Gerrit Code Review
commit dd694b2362

View File

@ -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: