ajout mariadb-server

This commit is contained in:
tl 2021-01-18 10:34:34 +01:00
parent ccd153fbb6
commit 9b287db7a5

View File

@ -6,7 +6,7 @@
apt: name={{ item }} state=present apt: name={{ item }} state=present
with_items: with_items:
- apache2 - apache2
- mysql-server - mariadb-server
- php-mysql - php-mysql
- php - php
- libapache2-mod-php - libapache2-mod-php