build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-02-16 01:10:58 +01:00
parent e7a0af9881
commit 73ac04b02e

View File

@@ -61,6 +61,7 @@
- zabbix-proxy-sqlite3 - zabbix-proxy-sqlite3
- sqlite - sqlite
- sqlite-devel - sqlite-devel
- zabbix-selinux-policy
state: present state: present
when: zabbix_db_type == "sqlite" when: zabbix_db_type == "sqlite"
@@ -68,6 +69,7 @@
ansible.builtin.dnf: ansible.builtin.dnf:
name: name:
- zabbix-proxy-mysql - zabbix-proxy-mysql
- zabbix-selinux-policy
- default-mysql-client - default-mysql-client
state: present state: present
when: zabbix_db_type == "mysql" when: zabbix_db_type == "mysql"
@@ -77,6 +79,7 @@
name: name:
- zabbix-proxy-pgsql - zabbix-proxy-pgsql
- postgresql-client - postgresql-client
- zabbix-selinux-policy
state: present state: present
when: zabbix_db_type == "postgres" when: zabbix_db_type == "postgres"