diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2012-10-10 20:04:33 +0000 |
---|---|---|
committer | Seth Vidal <skvidal@fedoraproject.org> | 2012-10-10 20:04:33 +0000 |
commit | 025aebfab9a9e89b00094e62341a5ababc28be7e (patch) | |
tree | 5b46ff0eb191afe5dfb0741630aa6e4b27692217 | |
parent | 3c88b4d0c2d2d14ed011f9a973e3e9d87f0effd0 (diff) | |
download | ansible-025aebfab9a9e89b00094e62341a5ababc28be7e.tar.gz ansible-025aebfab9a9e89b00094e62341a5ababc28be7e.tar.xz ansible-025aebfab9a9e89b00094e62341a5ababc28be7e.zip |
path=
-rw-r--r-- | tasks/openshift-el6.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 59abd6193..71c68e1cf 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -73,7 +73,7 @@ - mongo - name: clear file mongo acct file - action: file state=absent /root/mongo-acct.sh + action: file state=absent path=/root/mongo-acct.sh tags: - mongo |