mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
postgresql modules: fix examples to use FQCN (#643)
This commit is contained in:
parent
a424ee71e3
commit
f62b8027e0
22 changed files with 138 additions and 138 deletions
|
@ -93,7 +93,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = r'''
|
||||
- name: Grant role read_only to alice and bob
|
||||
postgresql_membership:
|
||||
community.general.postgresql_membership:
|
||||
group: read_only
|
||||
target_roles:
|
||||
- alice
|
||||
|
@ -103,7 +103,7 @@ EXAMPLES = r'''
|
|||
# you can also use target_roles: alice,bob,etc to pass the role list
|
||||
|
||||
- name: Revoke role read_only and exec_func from bob. Ignore if roles don't exist
|
||||
postgresql_membership:
|
||||
community.general.postgresql_membership:
|
||||
groups:
|
||||
- read_only
|
||||
- exec_func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue