Skip to content

Commit

Permalink
Merge pull request #9152 from rooftopcellist/awxcompose-perm
Browse files Browse the repository at this point in the history
Pre-create pgdocker dir ahead of time with proper permissions

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jan 25, 2021
2 parents da68e61 + e62035f commit 9f691a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/roles/local_docker/tasks/upgrade_postgres.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9f691a0

Please sign in to comment.