fix: add Perl MySQL libraries to MariaDB servers

This commit is contained in:
VC
2024-07-05 11:53:42 +02:00
parent 87f2911ade
commit 98a173f739

View File

@@ -52,9 +52,11 @@
when: "'loadbalancers' in group_names"
# For MariaDB servers
- name: Install Cache::Cache
- name: Install MariaDB servers
ansible.builtin.package:
name: libcache-cache-perl
name:
- libcache-cache-perl
- libdbd-mysql-perl
state: present
notify:
- Restart munin-node