From 8279f753b69a9b3b2d32d3de2a3fd9ccafb8267e Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 10 Oct 2012 19:36:21 +0000 Subject: [PATCH] and now w/o the quotes --- tasks/openshift-el6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 086972c1ce..a3d413acb9 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -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