mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-10 10:45:51 +02:00
klal
This commit is contained in:
@ -34,16 +34,16 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_facts.architecture != "armv7l" and ( ansible_distribution == "Ubuntu" or ansible_distribution == "Linux Mint" )
|
- ansible_facts.architecture != "armv7l" and ( ansible_distribution == "Ubuntu" or ansible_distribution == "Linux Mint" )
|
||||||
|
|
||||||
- name: Install a .deb package from the internet2
|
# - name: Install a .deb package from the internet2
|
||||||
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
|
||||||
deb: https://repo.zabbix.com/zabbix/7.2/release/raspbian/pool/main/z/zabbix-release/zabbix-release_latest_7.2+debian12_all.deb
|
# deb: https://repo.zabbix.com/zabbix/7.2/release/raspbian/pool/main/z/zabbix-release/zabbix-release_latest_7.2+debian12_all.deb
|
||||||
retries: 5
|
# retries: 5
|
||||||
delay: 5
|
# delay: 5
|
||||||
when:
|
# when:
|
||||||
- ansible_facts.architecture == "armv7l" or ansible_facts.architecture == "aarch64"
|
# - ansible_facts.architecture == "armv7l" or ansible_facts.architecture == "aarch64"
|
||||||
register: command_result
|
# register: command_result
|
||||||
failed_when: "'FAILED' in command_result.stderr"
|
# failed_when: "'FAILED' in command_result.stderr"
|
||||||
|
|
||||||
- name: Install a .deb package from the internet3
|
- name: Install a .deb package from the internet3
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
Reference in New Issue
Block a user