summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Filipov <simeon@rapidtender.com>2019-08-28 17:42:18 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-08-28 11:42:18 -0500
commitf9fb595a0bf400ea08d752c9963a6ed9d4573773 (patch)
tree64f78bdfb61dae87ebf1b11e774a07493d4df9e6
parente32670ef1df3dbbc615b851a0fa982dcb9abce36 (diff)
downloadansible-f9fb595a0bf400ea08d752c9963a6ed9d4573773.tar.gz
Fix typo in postgresql_privs.py (#61365) (#61428)
Change 'default_prives' to 'default_privs' (cherry picked from commit 0074fa5672cf4d4e5b74e595394988deb9b01350)
-rw-r--r--lib/ansible/modules/database/postgresql/postgresql_privs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/database/postgresql/postgresql_privs.py b/lib/ansible/modules/database/postgresql/postgresql_privs.py
index 6f6d8d85f3..9953b23ede 100644
--- a/lib/ansible/modules/database/postgresql/postgresql_privs.py
+++ b/lib/ansible/modules/database/postgresql/postgresql_privs.py
@@ -40,7 +40,7 @@ options:
type:
description:
- Type of database object to set privileges on.
- - The `default_prives` choice is available starting at version 2.7.
+ - The `default_privs` choice is available starting at version 2.7.
default: table
choices: [table, sequence, function, database,
schema, language, tablespace, group,