mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
postgresql_db: Document that name and db are aliases (#29180)
This commit is contained in:
parent
f9a179f770
commit
ff5bc9d9c3
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ options:
|
||||||
- name of the database to add or remove
|
- name of the database to add or remove
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
aliases: [ db ]
|
||||||
owner:
|
owner:
|
||||||
description:
|
description:
|
||||||
- Name of the role to set as owner of the database
|
- Name of the role to set as owner of the database
|
||||||
|
|
Loading…
Reference in a new issue