1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #947 from elventear/postgresql_user

Missing change for postgresql example playbook
This commit is contained in:
Michael DeHaan 2012-08-27 18:10:37 -07:00
commit 861c258856

View file

@ -35,4 +35,4 @@
action: postgresql_db db=$dbname action: postgresql_db db=$dbname
- name: ensure user has access to database - name: ensure user has access to database
action: postgresql_user db=$dbname user=$dbuser password=$dbpassword action: postgresql_user db=$dbname user=$dbuser password=$dbpassword priv=ALL