ceph-rgw: remove leftover for service activation

this is handled by the task after.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/612/head
Sébastien Han 2016-03-08 14:38:40 +01:00
parent b354445914
commit a852df1753
1 changed files with 0 additions and 15 deletions

View File

@ -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 }}