mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
typo
This commit is contained in:
parent
a2627e0b54
commit
6f3a507a54
1 changed files with 1 additions and 1 deletions
|
@ -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 privs=ALL
|
||||
action: postgresql_user db=$dbname user=$dbuser password=$dbpassword priv=ALL
|
||||
|
|
Loading…
Reference in a new issue