ansible-role-apache_ssl_vhosts/tasks/install.yml

9 lines
137 B
YAML
Raw Normal View History

2022-10-11 09:18:51 +02:00
---
- name: Ensure software is installed
apt:
name:
- apache2
2023-02-10 13:42:51 +01:00
- php-fpm
- libapache2-mod-fcgid
state: latest