summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-11-14 20:13:45 +0000
committerGitHub <noreply@github.com>2016-11-14 20:13:45 +0000
commit8c51545906ae046bb298cb3c1b6eac6672f800b8 (patch)
treebca2d479c7e441751f291d4994664bc0fadf431b
parent80959112b57a7cdb398ce4a5c526d24653d227aa (diff)
downloadansible-modules-core-8c51545906ae046bb298cb3c1b6eac6672f800b8.tar.gz
double quotes for consistency
-rw-r--r--database/postgresql/postgresql_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/postgresql_user.py b/database/postgresql/postgresql_user.py
index 8cc8765c..532e8645 100644
--- a/database/postgresql/postgresql_user.py
+++ b/database/postgresql/postgresql_user.py
@@ -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: