1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

fix example

This commit is contained in:
Pepe Barbe 2012-08-27 10:09:55 -05:00
parent 6d473df324
commit a2627e0b54

View file

@ -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 privs=ALL