Merge pull request #158 from smeek/use-package-instead-of-yum-in-setup-RedHat

Update setup-RedHat.yml
This commit is contained in:
Jeff Geerling 2018-10-12 09:29:03 -05:00 committed by GitHub
commit 9ae596a2e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
---
- name: Ensure Apache is installed on RHEL.
yum:
package:
name: "{{ apache_packages }}"
state: "{{ apache_packages_state }}"
enablerepo: "{{ apache_enablerepo | default(omit, true) }}"