mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Need to quote if there is a :
This commit is contained in:
parent
0de338824a
commit
1d00dd80f1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ EXAMPLES = '''
|
||||||
db: acme
|
db: acme
|
||||||
name: django
|
name: django
|
||||||
password: ceec4eif7ya
|
password: ceec4eif7ya
|
||||||
priv: CONNECT/products:ALL
|
priv: 'CONNECT/products:ALL'
|
||||||
|
|
||||||
# Create rails user, grant privilege to create other databases and demote rails from super user status
|
# Create rails user, grant privilege to create other databases and demote rails from super user status
|
||||||
- postgresql_user:
|
- postgresql_user:
|
||||||
|
|
Loading…
Add table
Reference in a new issue