|
@@ -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
|