mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Pre-create pgdocker dir ahead of time with proper permissions
This commit is contained in:
parent
83372d6f03
commit
e62035fa5e
@ -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
|
||||
shell: "echo {{ postgres_data_dir }}"
|
||||
register: fq_postgres_data_dir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user