Salt
e9e1936b50
This solves my issues with ansible-pull and -galaxy along with giving me a copy of the repos in case geerlingguy's stuff goes down or I need it for offline use
6 lines
134 B
YAML
6 lines
134 B
YAML
---
|
|
- name: Ensure Apache is installed on Solaris.
|
|
pkg5:
|
|
name: "{{ apache_packages }}"
|
|
state: "{{ apache_packages_state }}"
|