ansible-role-apache_ssl_vhosts/tasks/install.yml

6 lines
91 B
YAML
Raw Normal View History

2022-10-11 09:18:51 +02:00
---
- name: Ensure software is installed
apt:
name:
- apache2
state: latest