summaryrefslogtreecommitdiffstats
path: root/roles/openshift_manageiq
diff options
context:
space:
mode:
authorManjunath A Kumatagi <mkumatag@in.ibm.com>2016-09-02 17:26:38 +0530
committerManjunath A Kumatagi <mkumatag@in.ibm.com>2016-09-07 15:09:01 -0400
commit3abb43fe1cd1a6bdf00e02e4b4c128dff501823c (patch)
treebd8df25164b50502bbd41c09f700157d50498ccd /roles/openshift_manageiq
parentbdb4788982c71214b409b8db3ba2054305c851df (diff)
downloadopenshift-3abb43fe1cd1a6bdf00e02e4b4c128dff501823c.tar.gz
openshift-3abb43fe1cd1a6bdf00e02e4b4c128dff501823c.tar.bz2
openshift-3abb43fe1cd1a6bdf00e02e4b4c128dff501823c.tar.xz
openshift-3abb43fe1cd1a6bdf00e02e4b4c128dff501823c.zip
Fix warnings
Diffstat (limited to 'roles/openshift_manageiq')
-rw-r--r--roles/openshift_manageiq/tasks/main.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/roles/openshift_manageiq/tasks/main.yaml b/roles/openshift_manageiq/tasks/main.yaml
index de0a7000e..5d7a3c038 100644
--- a/roles/openshift_manageiq/tasks/main.yaml
+++ b/roles/openshift_manageiq/tasks/main.yaml
@@ -70,6 +70,4 @@
when: openshift.common.version_gte_3_2_or_1_2 | bool
- name: Clean temporary configuration file
- command: >
- rm -f {{manage_iq_tmp_conf}}
- changed_when: false
+ file: path={{manage_iq_tmp_conf}} state=absent