mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Pre-create pgdocker dir ahead of time with proper permissions
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