summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2012-10-10 19:41:24 +0000
committerSeth Vidal <skvidal@fedoraproject.org>2012-10-10 19:41:24 +0000
commit94834462a3e668e9834f19cd71358086c881e128 (patch)
tree26fddf1e9e3bd1ceb202f56c784c985ca0978571
parent5c3c424a9ca971a99b0e7684804e023abbcbef40 (diff)
downloadansible-94834462a3e668e9834f19cd71358086c881e128.tar.gz
ansible-94834462a3e668e9834f19cd71358086c881e128.tar.xz
ansible-94834462a3e668e9834f19cd71358086c881e128.zip
trying to escape the 's
-rw-r--r--tasks/openshift-el6.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml
index d124bc9d3..875b5eb85 100644
--- a/tasks/openshift-el6.yml
+++ b/tasks/openshift-el6.yml
@@ -61,7 +61,7 @@
tags:
- mongo
- name: setup openshift mongo pw
- action: command mongo stickshift_broker_dev --eval 'db.addUser("stickshift", "mooo")'
+ action: command mongo stickshift_broker_dev --eval \'db.addUser("stickshift", "mooo")\'
tags:
- mongo