Skip to content
Snippets Groups Projects
Commit 37ef38b6 authored by caoyuan's avatar caoyuan
Browse files

Fix the warning when reload the docker

use systemd module to reload the docker service, rather than
command

Change-Id: I2e3b2299365701a08de4025d6ad34cb492b33fda
Closes-Bug: #1751690
parent 0f2d547b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment