Skip to content
Snippets Groups Projects
Verified Commit 23b83b90 authored by Chris Croome's avatar Chris Croome
Browse files

fix gpg deb url

parent 5e191411
No related branches found
No related tags found
No related merge requests found
Pipeline #35110 failed
......@@ -24,8 +24,8 @@ icinga_distros:
# https://packages.icinga.com/ubuntu/README.html
icinga_archive_keyring_deb_url: >-
https://packages.icinga.com/icinga-archive-keyring_latest+{{ ansible_facts.distribution | lower }}{%
if ansible_distribution == "Debian" %}{{ ansible_facts.distribution_major_version }}{%
elif ansible_distribution == "Ubuntu" %}{{ ansible_facts.distribution_version }}{% endif %}.deb
if ansible_facts.ansible_distribution == "Debian" %}{{ ansible_facts.distribution_major_version }}{%
elif ansible_facts.ansible_distribution == "Ubuntu" %}{{ ansible_facts.distribution_version }}{% endif %}.deb
# Legacy files to delete
icinga_legacy_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment