mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #947 from elventear/postgresql_user
Missing change for postgresql example playbook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user