trying to escape the 's

This commit is contained in:
Seth Vidal 2012-10-10 19:41:24 +00:00
parent 5c3c424a9c
commit 94834462a3

View file

@ -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