From 2c2b1af9cef1d356a02cbe4bf5d770f2a4e584da Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Oct 2023 15:10:45 +0200 Subject: [PATCH] upt playbook --- playbooks/00_install_zabbix_agent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/00_install_zabbix_agent.yml b/playbooks/00_install_zabbix_agent.yml index f23b04d..24d3de2 100644 --- a/playbooks/00_install_zabbix_agent.yml +++ b/playbooks/00_install_zabbix_agent.yml @@ -17,8 +17,8 @@ - name: Install a .deb package from the internet ansible.builtin.apt: deb: https://repo.zabbix.com/zabbix/6.4/raspbian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb - retry: 5 - delay: 5 + retries: 5 + delay: 5 when: - ansible_facts.architecture == "armv7l"