diff --git a/roles/ceph-rgw/tasks/pre_requisite.yml b/roles/ceph-rgw/tasks/pre_requisite.yml index 8b24a271e..255dfeb04 100644 --- a/roles/ceph-rgw/tasks/pre_requisite.yml +++ b/roles/ceph-rgw/tasks/pre_requisite.yml @@ -39,21 +39,6 @@ group: "{{ key_group }}" when: cephx -- name: activate rados gateway with upstart (for or after infernalis release) - file: - path: /var/lib/ceph/radosgw/ceph-rgw.{{ ansible_hostname }}/{{ item }} - state: touch - owner: ceph - group: ceph - mode: 0644 - with_items: - - done - - upstart - changed_when: false - when: - ansible_distribution == "Ubuntu" and - is_ceph_infernalis - - name: activate rados gateway with upstart file: path: /var/lib/ceph/radosgw/ceph-rgw.{{ ansible_hostname }}/{{ item }}