Update to 2022-01-04 13:00

This commit is contained in:
Daniel Berteaud
2022-01-04 13:00:10 +01:00
parent 7f440a719d
commit fb2553ae89
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
---
- name: Add Zabbix repo key
apt_key:
url: https://repo.zabbix.com/zabbix-official-repo.key
data: "{{ lookup('url', 'https://repo.zabbix.com/zabbix-official-repo.key', split_lines=False) }}"
environment:
https_proxy: "{{ system_proxy | default('') }}"
tags: repo