diff --git a/roles/ceph-rgw/tasks/docker/pre_requisite.yml b/roles/ceph-rgw/tasks/docker/pre_requisite.yml index 48b57c252..c0a98451a 100644 --- a/roles/ceph-rgw/tasks/docker/pre_requisite.yml +++ b/roles/ceph-rgw/tasks/docker/pre_requisite.yml @@ -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