diff options
-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 |