2022-10-13 10:14:22 +02:00

10 lines
178 B
YAML

- name: installation apache2 php php-gd php-mbstring php-string php-xml
apt:
name:
- apache2
- php
- php-gd
- php-mbstring
- php-xml
state: present