ansible-role-apache/tasks/setup-RedHat.yml

8 lines
163 B
YAML
Raw Normal View History

---
- name: Ensure Apache is installed.
2014-10-06 02:13:00 +02:00
yum:
name: "{{ item }}"
state: installed
enablerepo: "{{ apache_enablerepo }}"
with_items: apache_packages