and now w/o the quotes

This commit is contained in:
Seth Vidal 2012-10-10 19:36:21 +00:00
parent 2082e93adf
commit 8279f753b6

View file

@ -59,6 +59,6 @@
action: service name=mongod state=running enabled=yes
- 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:
- mongoacct