From fe1ffcb3eab8007a00fd9458beb7cd05c1da0d3a Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 5 May 2024 05:51:27 +0900 Subject: [PATCH] =?UTF-8?q?Zabbix=20agent=E3=81=AEdeb=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=82=92OS=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E6=AF=8E=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E5=90=8D=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/zabbix-agent2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/zabbix-agent2.yml b/tasks/zabbix-agent2.yml index 0412460..5d64143 100644 --- a/tasks/zabbix-agent2.yml +++ b/tasks/zabbix-agent2.yml @@ -2,7 +2,7 @@ - name: Zabbix-agent2 repository install ansible.builtin.apt: - deb: https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu20.04_all.deb + deb: "https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu{{ ansible_facts['lsb']['release'] }}_all.deb" - name: Do apt update ansible.builtin.apt: