mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 09:20:20 +01:00
6 lines
188 B
YAML
6 lines
188 B
YAML
---
|
|
- name: Ensure Apache is installed on RHEL.
|
|
yum:
|
|
name: "{{ apache_packages }}"
|
|
state: "{{ apache_packages_state }}"
|
|
enablerepo: "{{ apache_enablerepo | default(omit) }}"
|