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

7 lines
122 B
YAML
Raw Normal View History

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