From b002c955ecb04deafa547030088289e42936975b Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 8 Jul 2025 19:43:51 +0200 Subject: [PATCH] klal --- roles/zabbix-agent/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/zabbix-agent/tasks/main.yml b/roles/zabbix-agent/tasks/main.yml index a507b20..44a36a7 100755 --- a/roles/zabbix-agent/tasks/main.yml +++ b/roles/zabbix-agent/tasks/main.yml @@ -8,7 +8,7 @@ - name: Get config for nas ansible.builtin.set_fact: - zabbix_agent_cfg: "/opt/ZabbixAgent/etc/zabbix_agentd.conf" + zabbix_agent_cfg: "/opt/ZabbixAgent/etc/zabbix_agent2.conf" when: inventory_hostname == 'nas.home.lan' - name: Print all available facts @@ -28,9 +28,9 @@ # ansible.builtin.copy: # src: packages/zabbix-release_6.4-1+ubuntu22.04_all.deb # dest: /tmp/ - - name: Install a .deb package from the internet111 + - name: Install a .deb package from the Ubuntu ansible.builtin.apt: - deb: hhttps://repo.zabbix.com/zabbix/7.4/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.4+ubuntu24.04_all.deb + deb: https://repo.zabbix.com/zabbix/7.4/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.4+ubuntu24.04_all.deb when: - ansible_facts.architecture != "armv7l" and ( ansible_distribution == "Ubuntu" or ansible_distribution == "Linux Mint" )