mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 02:11:10 +01:00 
			
		
		
		
	lala
This commit is contained in:
		| @@ -23,9 +23,9 @@ | ||||
| #     dest: /tmp/ | ||||
| - name: Install a .deb package from the internet11 | ||||
|   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 | ||||
|     deb: https://repo.zabbix.com/zabbix/7.2/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.2+ubuntu24.04_all.deb | ||||
|   when: | ||||
|     - ansible_facts.architecture != "armv7l" and  ( ansible_distribution == "Ubuntu" or ansible_distribution == "Linux Mint" ) | ||||
|     - ansible_facts.architecture != "armv7l" and  ( ansible_distribution == "Ubuntu1" or ansible_distribution == "Linux Mint" ) | ||||
|   become: true | ||||
| - name: Install a .deb package from the internet2 | ||||
|   ansible.builtin.apt: | ||||
| @@ -48,7 +48,7 @@ | ||||
| - name: Install a .deb package from the internet4 | ||||
|   ansible.builtin.apt: | ||||
|     #deb: https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian12_all.deb | ||||
|     deb: https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_7.0-1+debian12_all.deb | ||||
|     deb: https://repo.zabbix.com/zabbix/7.2/debian/pool/main/z/zabbix-release/zabbix-release_7.2-1+debian12_all.deb | ||||
|   when: | ||||
|     - ansible_facts.architecture != "armv7l" and  ansible_facts.architecture != "aarch64" and ansible_distribution == "Debian"  and ansible_distribution_major_version  == "12" | ||||
|   ignore_errors: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user