upt playbook

This commit is contained in:
jaydee 2023-10-26 15:07:06 +02:00
parent 331aa3128e
commit 2e4aae6397

View File

@ -17,10 +17,11 @@
- 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
when:
- ansible_facts.architecture == "armv7l"
retry: 5
delay: 5
ignore_errors: true
# - name: Install a .deb package localy
# ansible.builtin.apt: