mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
331aa3128e
commit
2e4aae6397
@ -17,10 +17,11 @@
|
|||||||
- 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
|
||||||
|
delay: 5
|
||||||
when:
|
when:
|
||||||
- ansible_facts.architecture == "armv7l"
|
- ansible_facts.architecture == "armv7l"
|
||||||
retry: 5
|
|
||||||
delay: 5
|
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
# - name: Install a .deb package localy
|
# - name: Install a .deb package localy
|
||||||
# ansible.builtin.apt:
|
# ansible.builtin.apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user