]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
container-host: Fix service restart syntax 598/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 7 Dec 2020 17:59:34 +0000 (12:59 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 7 Dec 2020 17:59:34 +0000 (12:59 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/container-host/tasks/container_mirror.yml

index 1a6877b95357642acab5ebcfc03114f87ba14a13..d99d1a38bafc7c1a3ae617bcf814963cf1c21a19 100644 (file)
@@ -38,6 +38,7 @@
 
 # not very elegant but it's a workaround for now
 - name: Restart docker service
-  service: docker
+  service:
+    name: docker
     state: restarted
   when: "'docker.io' in container_packages"