|
@@ -13,8 +13,11 @@
|
|
|
# limitations under the License.
|
|
|
---
|
|
|
|
|
|
-- name: Add telemetry datasource on grafana
|
|
|
- include_tasks: add_datasource.yml
|
|
|
+- name: Configure grafana for telemetry
|
|
|
+ block:
|
|
|
+ - name: Add telemetry datasource on grafana
|
|
|
+ include_tasks: add_datasource.yml
|
|
|
|
|
|
-#- name: Add dashboards on grafana
|
|
|
-# include_tasks: add_dashboards.yml
|
|
|
+ - name: Add dashboards on grafana
|
|
|
+ include_tasks: add_dashboards.yml
|
|
|
+ when: idrac_telemetry_support is true
|