mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-06 06:03:29 +01:00
7 lines
163 B
YAML
7 lines
163 B
YAML
---
|
|
- name: Ensure Apache is installed.
|
|
yum:
|
|
name: "{{ item }}"
|
|
state: installed
|
|
enablerepo: "{{ apache_enablerepo }}"
|
|
with_items: apache_packages
|