diff options
author | Samuel Padgett <spadgett@redhat.com> | 2018-01-18 08:59:17 -0500 |
---|---|---|
committer | Samuel Padgett <spadgett@redhat.com> | 2018-01-18 09:03:19 -0500 |
commit | 59e0023654ca1dbad3aec5cb142a693f910daba5 (patch) | |
tree | 8ad7e207cfdcb6ad175ba211c6de1cca4097729a /roles/openshift_metrics/tasks | |
parent | 6a26d0c0799cf5915c61205450e18ff010485beb (diff) | |
download | openshift-59e0023654ca1dbad3aec5cb142a693f910daba5.tar.gz openshift-59e0023654ca1dbad3aec5cb142a693f910daba5.tar.bz2 openshift-59e0023654ca1dbad3aec5cb142a693f910daba5.tar.xz openshift-59e0023654ca1dbad3aec5cb142a693f910daba5.zip |
Bug 1535947: Fix missing task in metrics, logging uninstall playbooks
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1535947
Diffstat (limited to 'roles/openshift_metrics/tasks')
-rw-r--r-- | roles/openshift_metrics/tasks/uninstall_metrics.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/openshift_metrics/tasks/uninstall_metrics.yaml b/roles/openshift_metrics/tasks/uninstall_metrics.yaml index 610c7b4e5..9fa0ad990 100644 --- a/roles/openshift_metrics/tasks/uninstall_metrics.yaml +++ b/roles/openshift_metrics/tasks/uninstall_metrics.yaml @@ -19,13 +19,13 @@ clusterrolebinding/hawkular-metrics changed_when: delete_metrics.stdout != 'No resources found' -# Update asset config in openshift-web-console namespace -- name: Remove metrics route information from web console asset config +# Update the web config in openshift-web-console namespace +- name: Remove metrics route information from the web console config include_role: name: openshift_web_console - tasks_from: update_asset_config.yml + tasks_from: update_console_config.yml vars: - asset_config_edits: + console_config_edits: - key: metricsPublicURL value: "" when: openshift_web_console_install | default(true) | bool |