mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-02 22:48:48 +00:00
111
This commit is contained in:
parent
078966b4f7
commit
1a06701eea
@ -13,7 +13,7 @@
|
||||
ansible.builtin.apt:
|
||||
deb: https://repo.zabbix.com/zabbix/6.4/ubuntu-arm64/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb
|
||||
when:
|
||||
- ansible_facts.architecture != "armv7l"
|
||||
- ansible_facts.architecture != "armv7l" and ansible_distribution == "Ubuntu"
|
||||
- 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
|
||||
@ -21,8 +21,13 @@
|
||||
delay: 5
|
||||
when:
|
||||
- ansible_facts.architecture == "armv7l"
|
||||
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install a .deb package from the internet
|
||||
ansible.builtin.apt:
|
||||
deb: https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb
|
||||
when:
|
||||
- ansible_facts.architecture != "armv7l" and ansible_distribution == "Debian"
|
||||
# - name: Install a .deb package localy
|
||||
# ansible.builtin.apt:
|
||||
# deb: /tmp/zabbix-release_6.4-1+ubuntu22.04_all.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user