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

Bullseye now has a apt repo

parent b17df451
No related branches found
Tags 2.2.0
No related merge requests found
Pipeline #17227 passed
......@@ -14,14 +14,6 @@
repo: "deb https://packages.icinga.com/{{ ansible_distribution | lower }} icinga-{{ ansible_distribution_release }} main"
filename: icinga
state: present
when: ansible_distribution_release != "bullseye"
- name: Icinga2 APT repo for buster available on bullseye
apt_repository:
repo: "deb https://packages.icinga.com/{{ ansible_distribution | lower }} icinga-buster main"
filename: icinga
state: present
when: ansible_distribution_release == "bullseye"
when:
- ( groups['icinga_master_nodes'] is defined ) or ( groups['icinga_agent_nodes'] is defined )
......
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