diff options
author | Zohar Galor <zgalor@redhat.com> | 2018-02-07 15:24:36 +0200 |
---|---|---|
committer | Zohar Galor <zgalor@redhat.com> | 2018-02-07 15:24:36 +0200 |
commit | e9549dc5f790effe158e130bbe4eec869ddbab0f (patch) | |
tree | 1ba36e565ddcae440219068ae8f203ca53a7ea15 /playbooks | |
parent | 5e7eaaf7b8b30f8343b1564853b82c1e768f546e (diff) | |
download | openshift-e9549dc5f790effe158e130bbe4eec869ddbab0f.tar.gz openshift-e9549dc5f790effe158e130bbe4eec869ddbab0f.tar.bz2 openshift-e9549dc5f790effe158e130bbe4eec869ddbab0f.tar.xz openshift-e9549dc5f790effe158e130bbe4eec869ddbab0f.zip |
Fix uninstall using openshift_prometheus_state=absent
This was broken in https://github.com/openshift/openshift-ansible/pull/6811
bz: https://bugzilla.redhat.com/show_bug.cgi?id=1540806
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-prometheus/private/uninstall.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-prometheus/private/uninstall.yml b/playbooks/openshift-prometheus/private/uninstall.yml index 2df39c2a8..b01f7f988 100644 --- a/playbooks/openshift-prometheus/private/uninstall.yml +++ b/playbooks/openshift-prometheus/private/uninstall.yml @@ -5,4 +5,4 @@ - name: Run the Prometheus Uninstall Role Tasks include_role: name: openshift_prometheus - tasks_from: uninstall + tasks_from: uninstall_prometheus |