From b7f7746da30b0edb61d9cc08bf61cee85715083e Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:33:19 +0200 Subject: [PATCH] test: grafana attributes --- .../targets/grafana_notification_channel/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/targets/grafana_notification_channel/tasks/main.yml b/tests/integration/targets/grafana_notification_channel/tasks/main.yml index 4684926a..7161088b 100644 --- a/tests/integration/targets/grafana_notification_channel/tasks/main.yml +++ b/tests/integration/targets/grafana_notification_channel/tasks/main.yml @@ -4,6 +4,9 @@ register: result ignore_errors: true community.grafana.grafana_notification_channel: + grafana_url: "{{ grafana_url }}" + grafana_user: "{{ grafana_username }}" + grafana_password: "{{ grafana_password }}" title: apitest state: absent