Merge "Use state=present for EPEL packages" into stable/pike

This commit is contained in:
Zuul 2017-12-16 10:14:20 +00:00 committed by Gerrit Code Review
commit ac2a1fe0e6
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: