mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 01:10:20 +01:00
6 lines
133 B
YAML
6 lines
133 B
YAML
---
|
|
- name: Ensure Apache is installed on Solaris.
|
|
pkg5:
|
|
name: "{{ item }}"
|
|
state: installed
|
|
with_items: apache_packages
|