Use state=present for EPEL packages

Requiring the latest EPEL and yum packages is not necessary and
causes deployment delays. This patch ensures that EPEL and
yum-related packages are installed the system, even if they
aren't the absolute latest.

Change-Id: Ic62e43288bf6386c8b2233ea305f65d226a0ae73
This commit is contained in:
Major Hayden 2017-12-15 08:44:18 -06:00
parent df107891bf
commit 5a22b8840e
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
- name: Install EPEL and yum priorities plugin
package:
name: "{{ pip_epel_prep_distro_packages }}"
state: "{{ pip_install_package_state }}"
state: present
when:
- user_external_repo_key is not defined
tags: