mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -35,15 +35,15 @@
|
||||
- name: Download Zabbix repo package
|
||||
get_url:
|
||||
url: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-latest-{{ zabbix_version }}.el9.noarch.rpm"
|
||||
dest: /tmp/zabbix-release.deb
|
||||
dest: /tmp/zabbix-release.rpm
|
||||
|
||||
- name: Install Zabbix repository
|
||||
ansible.builtin.dnf:
|
||||
name: /tmp/zabbix-release.deb
|
||||
name: /tmp/zabbix-release.rpm
|
||||
state: present
|
||||
- name: Update dnf cache
|
||||
ansible.builtin.dnf:
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
# ==========================================================
|
||||
# Install proxy based on DB type
|
||||
|
||||
Reference in New Issue
Block a user