upt playbook

This commit is contained in:
jaydee 2023-10-26 15:10:45 +02:00
parent 2e4aae6397
commit 2c2b1af9ce

View File

@ -17,8 +17,8 @@
- name: Install a .deb package from the internet - name: Install a .deb package from the internet
ansible.builtin.apt: 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 deb: https://repo.zabbix.com/zabbix/6.4/raspbian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb
retry: 5 retries: 5
delay: 5 delay: 5
when: when:
- ansible_facts.architecture == "armv7l" - ansible_facts.architecture == "armv7l"