mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Need to quote if there is a :
This commit is contained in:
@@ -146,7 +146,7 @@ EXAMPLES = '''
|
||||
db: acme
|
||||
name: django
|
||||
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
|
||||
- postgresql_user:
|
||||
|
||||
Reference in New Issue
Block a user