Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 27ae80e

Browse files
committed
Fix PostgreSQL credentials in provisioning script
1 parent 4fd566c commit 27ae80e

File tree

1 file changed

+1
-1
lines changed
  • provisioning/ansible/roles/postgresql/tasks

1 file changed

+1
-1
lines changed

provisioning/ansible/roles/postgresql/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
sudo_user: postgres
5454

5555
- name: postgresql user
56-
postgresql_user: db={{ item }} user={{ ansible_env.SUDO_USER }} password={{ ansible_env.SUDO_USER }} priv=ALL state=present
56+
postgresql_user: db={{ item }} user=vagrant password=vagrant priv=ALL state=present
5757
with_items:
5858
- midas
5959
- midas_test

0 commit comments

Comments
 (0)