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