mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	111
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jaydee
					jaydee