mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -45,20 +45,11 @@
|
||||
# Install Zabbix repository
|
||||
# ==========================================================
|
||||
|
||||
- name: Install Zabbix repository
|
||||
- name: Install Zabbix repository1
|
||||
ansible.builtin.dnf:
|
||||
name: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-latest-{{ zabbix_version }}.el9.noarch.rpm"
|
||||
state: present
|
||||
|
||||
|
||||
- name: Install Zabbix repository
|
||||
ansible.builtin.dnf:
|
||||
name: /tmp/zabbix-release.rpm
|
||||
state: present
|
||||
- name: Update dnf cache
|
||||
ansible.builtin.dnf:
|
||||
update_cache: true
|
||||
|
||||
# ==========================================================
|
||||
# Install proxy based on DB type
|
||||
# ==========================================================
|
||||
|
||||
Reference in New Issue
Block a user