diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2012-10-10 19:41:24 +0000 |
---|---|---|
committer | Seth Vidal <skvidal@fedoraproject.org> | 2012-10-10 19:41:24 +0000 |
commit | 94834462a3e668e9834f19cd71358086c881e128 (patch) | |
tree | 26fddf1e9e3bd1ceb202f56c784c985ca0978571 | |
parent | 5c3c424a9ca971a99b0e7684804e023abbcbef40 (diff) | |
download | ansible-94834462a3e668e9834f19cd71358086c881e128.tar.gz ansible-94834462a3e668e9834f19cd71358086c881e128.tar.xz ansible-94834462a3e668e9834f19cd71358086c881e128.zip |
trying to escape the 's
-rw-r--r-- | tasks/openshift-el6.yml | 2 |
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 |