This commit is contained in:
Johan Largy
2023-01-31 08:43:43 +01:00

View File

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