mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2024-09-04 11:00
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
- name: Configure Zabbix Agent2 plugins repo
|
||||
yum_repository:
|
||||
name: zabbix-agent2-plugins
|
||||
state: absent
|
||||
description: Zabbix Agent2 plugins Repository
|
||||
baseurl: https://repo.zabbix.com/zabbix-agent2-plugins/1/rhel/$releasever/$basearch/
|
||||
gpgcheck: True
|
||||
gpgkey: "{{ zabbix_plugin_key }}"
|
||||
priority: 50
|
||||
includepkgs:
|
||||
- zabbix*
|
||||
@@ -35,6 +35,6 @@
|
||||
priority: 50
|
||||
includepkgs:
|
||||
- zabbix*
|
||||
state: "{{ (zabbix_major_version is version('5.0', '>=') and zabbix_major_version is version('5.4', '<') and ansible_distribution_major_version is version('8', '<')) | ternary('present', 'absent') }}"
|
||||
state: absent
|
||||
tags: repo,zabbix
|
||||
|
||||
|
Reference in New Issue
Block a user