ansible-role-apache/tasks/setup-Solaris.yml
2016-02-01 10:48:41 +01:00

6 lines
133 B
YAML

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