docker: Fix ordering of rgw docker tasks so directory is created befor fetch

pull/733/head
Jim Curtis 2016-04-26 16:34:57 -07:00
parent 78eb4f5c24
commit 19d8e0c1ce
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@
when: ceph_health.rc != 0
- include: pre_requisite.yml
- include: fetch_configs.yml
- include: dirs_permissions.yml
# NOTE (jimcurtis): dirs_permissions.yml must precede fetch_configs.yml
# because it creates the directories needed by the latter.
- include: fetch_configs.yml
- include: selinux.yml
when: ansible_os_family == 'RedHat'