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

fix typos

parent 23b83b90
No related branches found
No related tags found
No related merge requests found
Pipeline #35111 passed
......@@ -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_facts.ansible_distribution == "Debian" %}{{ ansible_facts.distribution_major_version }}{%
elif ansible_facts.ansible_distribution == "Ubuntu" %}{{ ansible_facts.distribution_version }}{% endif %}.deb
if ansible_facts.distribution == "Debian" %}{{ ansible_facts.distribution_major_version }}{%
elif ansible_facts.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