From 3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 10 Oct 2012 20:03:42 +0000 Subject: [PATCH] syntax fix --- tasks/openshift-el6.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index ceb5997e1e..59abd6193b 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -68,8 +68,7 @@ - mongo - name: mongo/openshift account setup - action: command /root/mongo-acct.sh - creates: /etc/mongo-acct-setup + action: command creates=/etc/mongo-acct-setup /root/mongo-acct.sh tags: - mongo