Update to 2022-01-26 16:00

This commit is contained in:
Daniel Berteaud
2022-01-26 16:00:08 +01:00
parent 1454d0ec5c
commit 010ec37bf3
9 changed files with 44 additions and 17 deletions

View File

@@ -5,10 +5,10 @@
data: "{{ lookup('url', 'https://repo.zabbix.com/zabbix-official-repo.key', split_lines=False) }}"
environment:
https_proxy: "{{ system_proxy | default('') }}"
tags: repo
tags: repo,zabbix
- name: Add Zabbix repo
apt_repository:
repo: deb http://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main
filename: zabbix
tags: repo
tags: repo,zabbix