]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docker: review feedback on PR #840 840/head
authorJim Curtis <jim.curtis@redhat.com>
Mon, 6 Jun 2016 23:49:35 +0000 (16:49 -0700)
committerJim Curtis <jim.curtis@redhat.com>
Mon, 6 Jun 2016 23:49:35 +0000 (16:49 -0700)
roles/ceph-mds/tasks/docker/start_docker_mds.yml

index 91d9951da72bfb2a9fb7e4a414c5d6d82b2096c6..c1d2a498325790fa7a79583780245281071cc0ea 100644 (file)
@@ -22,7 +22,7 @@
     ansible_os_family == 'CoreOS'
 
 - name: enable systemd unit file for mds instance
-  shell: systemctl enable /etc/systemd/system/multi-user.target.wants/ceph-mds@{{ ansible_hostname }}.service
+  command: systemctl enable /etc/systemd/system/multi-user.target.wants/ceph-mds@{{ ansible_hostname }}.service
   failed_when: false
   changed_when: false
   when:
@@ -30,7 +30,7 @@
     ansible_os_family == 'CoreOS'
 
 - name: reload systemd unit files
-  shell: systemctl daemon-reload
+  command: systemctl daemon-reload
   changed_when: false
   failed_when: false
   when: