Fix typo in postgresql_privs.py (#61365)
##### SUMMARY Change 'default_prives' to 'default_privs' ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
b24e1c0077
commit
0074fa5672
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,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.
|
||||
- The 'foreign_data_wrapper' and 'foreign_server' object types are available from Ansible version '2.8'.
|
||||
type: str
|
||||
default: table
|
||||
|
|
Loading…
Reference in a new issue