ansible-role-apache/tasks/setup-Solaris.yml

6 lines
141 B
YAML

---
- name: Ensure Apache is installed on Solaris.
pkg5:
name: "{{ item }}"
state: installed
with_items: "{{ apache_packages }}"