mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
double quotes for consistency
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