From 45b515e52e8c1183fee77019fa5309a0e5cbba12 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 6 Nov 2021 05:43:50 +0100 Subject: [PATCH] Fix conflicting variable names --- galaxy.yml | 2 +- roles/prometheus/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index dc30efb..582b2f2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -40,7 +40,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - git@gitlab.com:s3lph/ansible-collection-pki: main + git+https://gitlab.com/s3lph/ansible-collection-pki: main # The URL of the originating SCM repository repository: https://gitlab.com/s3lph/ansible-collection-prometheus diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yml index 1e6b451..fe8921c 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yml @@ -14,4 +14,4 @@ prometheus_blackbox_exporter_additional_arguments: "" prometheus_hostgroup_alertmanagers: alertmanagers -prometheus_job_default_group_name: default +prometheus_default_alert_group_name: default