summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2012-10-10 20:03:42 +0000
committerSeth Vidal <skvidal@fedoraproject.org>2012-10-10 20:03:42 +0000
commit3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0 (patch)
tree209069e344d82aed628255b55ad2b887dd2f1978
parent7aa6365096747e7ec933b78b1fc7338f704bb6a1 (diff)
downloadansible-3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0.tar.gz
ansible-3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0.tar.xz
ansible-3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0.zip
syntax fix
-rw-r--r--tasks/openshift-el6.yml3
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