diff options
-rw-r--r-- | tasks/openshift-el6.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index ceb5997e1..59abd6193 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 |