first commit - install and upgrade mariaDB on debian system through official mariaDB repo

This commit is contained in:
Ludovic Cartier
2025-09-24 12:21:22 +02:00
commit 278dba2c02
10 changed files with 386 additions and 0 deletions

5
handlers/main.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- name: restart mariadb
systemd_service:
name: mariadb
state: restarted