ansible-role-apache_ssl_vhosts/tasks/install.yml

6 lines
92 B
YAML

---
- name: Ensure software is installed
apt:
name:
- apache2
state: latest