mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-05 21:53:29 +01:00
d472d0881d
- add Solaris os family to main role definition - add Solaris setup file - add Solaris configuration
6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
- name: Ensure Apache is installed.
|
|
pkg5:
|
|
name: "{{ item }}"
|
|
state: installed
|
|
with_items: apache_packages
|