mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Merge pull request #9152 from rooftopcellist/awxcompose-perm
Pre-create pgdocker dir ahead of time with proper permissions Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
- name: Create {{ postgres_data_dir }} directory
|
||||||
|
file:
|
||||||
|
path: "{{ postgres_data_dir }}"
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Get full path of postgres data dir
|
- name: Get full path of postgres data dir
|
||||||
shell: "echo {{ postgres_data_dir }}"
|
shell: "echo {{ postgres_data_dir }}"
|
||||||
register: fq_postgres_data_dir
|
register: fq_postgres_data_dir
|
||||||
|
|||||||
Reference in New Issue
Block a user