From: Sébastien Han Date: Tue, 8 Mar 2016 13:38:40 +0000 (+0100) Subject: ceph-rgw: remove leftover for service activation X-Git-Tag: v1.0.2~5^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a852df1753a570d84133001065080c029291fa68;p=ceph-ansible.git ceph-rgw: remove leftover for service activation this is handled by the task after. Signed-off-by: Sébastien Han --- 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 }}