this is already done in `ceph-config` role.
Let's remove this duplicated task.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
+++ /dev/null
----
-- 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
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
\ No newline at end of file