]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-rgw: fix docker typo 524/head
authorSébastien Han <seb@redhat.com>
Mon, 8 Feb 2016 14:25:24 +0000 (15:25 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 8 Feb 2016 14:25:24 +0000 (15:25 +0100)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-rgw/tasks/docker/pre_requisite.yml

index 48b57c252ccb4b73f69aea7877cfbb3fd1608025..c0a98451a11f87a2fd8347fbb8c41231192603c2 100644 (file)
@@ -7,7 +7,7 @@
     - /etc/ceph/
     - /var/lib/ceph/bootstrap-rgw
 
- name: install pip and docker on ubuntu
+- name: install pip and docker on ubuntu
   apt:
     name: "{{ item }}"
     state: present