mirror of https://github.com/ceph/ceph-ansible.git
docker-common: remove dirs_permissions.yml
this is already done in `ceph-config` role. Let's remove this duplicated task. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3325/head
parent
cd0195c562
commit
6947f9c3ea
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
- name: create bootstrap directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: "{{ bootstrap_dirs_owner }}"
|
||||
group: "{{ bootstrap_dirs_group }}"
|
||||
mode: "0755"
|
||||
with_items:
|
||||
- "{{ ceph_conf_key_directory }}"
|
||||
- /var/lib/ceph/bootstrap-osd
|
||||
- /var/lib/ceph/bootstrap-mds
|
||||
- /var/lib/ceph/bootstrap-rgw
|
||||
- /var/lib/ceph/bootstrap-rbd
|
|
@ -49,9 +49,4 @@
|
|||
ceph_version: "{{ ceph_version.stdout.split(' ')[2] }}"
|
||||
|
||||
- name: include release.yml
|
||||
include_tasks: release.yml
|
||||
|
||||
# NOTE (jimcurtis): dirs_permissions.yml must precede fetch_configs.yml
|
||||
# # because it creates the directories needed by the latter.
|
||||
- name: include dirs_permissions.yml
|
||||
include_tasks: dirs_permissions.yml
|
||||
include_tasks: release.yml
|
Loading…
Reference in New Issue