ansible-role-apache_ssl_vhosts/tasks/install.yml
2023-02-10 14:42:51 +02:00

8 lines
137 B
YAML

---
- name: Ensure software is installed
apt:
name:
- apache2
- php-fpm
- libapache2-mod-fcgid
state: latest