Commit 861c2588 by Michael DeHaan

Merge pull request #947 from elventear/postgresql_user

Missing change for postgresql example playbook
parents 8c0af4bc 6f3a507a
......@@ -35,4 +35,4 @@
action: postgresql_db db=$dbname
- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment