Add install mariadb

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 13:09:44 +01:00
parent 5ad36edb60
commit 07aaa42b00

View file

@ -0,0 +1,7 @@
---
- name: install mariadb
apt:
name: mariadb-server
state: present
update_cache: yes