Compare commits

..

5 Commits

View File

@ -1,10 +1,13 @@
- name:
- apache2
- php
- php-mbstring
- php-mysql
- mariadb-client
state: present
---
- name: installation des paquets web
apt:
name:
- apache2
- php
- php-mbstring
- php-mysql
- mariadb-client
state: present
- name: install nfs-common
apt: