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

Test instal latest icinga2-common

parent cef8f4d6
No related branches found
No related tags found
No related merge requests found
Pipeline #24019 failed
......@@ -2,14 +2,6 @@
- name: Icinga agent node install tasks
block:
- name: Update the apt cache
ansible.builtin.apt:
update_cache: yes
register: icinga_apt_update
- debug:
var: icinga_apt_update
- name: Debian / Ubuntu packages present
ansible.builtin.apt:
pkg:
......@@ -81,7 +73,7 @@
- icinga2
- icinga2-common
- vim-icinga2
state: present
state: latest
default_release: "icinga-{{ ansible_distribution_release }}"
update_cache: false
......
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