ansible-role-apache_ssl_vhosts/tasks/install.yml

7 lines
92 B
YAML
Raw Permalink 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
state: latest