mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +01:00
Fix conflicting variable names
This commit is contained in:
parent
a3038ae6a5
commit
45b515e52e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue