debian _major_ bugfix
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- name: Zabbix repó hozzáadása [Debian]
 | 
					- name: Zabbix repó hozzáadása [Debian]
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    deb: https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian{{ ansible_distribution_version }}_all.deb
 | 
					    deb: https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian{{ ansible_distribution_major_version }}_all.deb
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
  when:
 | 
					  when:
 | 
				
			||||||
  - ansible_distribution == "Debian"
 | 
					  - ansible_distribution == "Debian"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user