summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-11-14 20:12:46 +0000
committerGitHub <noreply@github.com>2016-11-14 20:12:46 +0000
commit80959112b57a7cdb398ce4a5c526d24653d227aa (patch)
tree3908b8d0eb6de8c45613fe3e004e4f191bf3ba79
parent7fc150c33b702e95aa371d7d4132b0d3320f1408 (diff)
downloadansible-modules-core-80959112b57a7cdb398ce4a5c526d24653d227aa.tar.gz
Need to quote if there is a `:`
-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 803751ea..8cc8765c 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: