Skip to content

Commit

Permalink
Pre-create pgdocker dir ahead of time with proper permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Jan 25, 2021
1 parent 83372d6 commit e62035f
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 e62035f

Please sign in to comment.