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
Guillaume Abrioux 2018-10-19 16:06:44 +02:00 committed by Sébastien Han
parent cd0195c562
commit 6947f9c3ea
2 changed files with 1 additions and 20 deletions

View File

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

View File

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