Merge "When EPEL install flag is not set"

This commit is contained in:
Zuul 2020-10-01 20:34:59 +00:00 committed by Gerrit Code Review
commit 1f155b5582
2 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,11 @@
loop:
- epel.repo
- epel-modular.repo
when: dnf_install_epel | bool
- name: Update cache
dnf:
name: []
update_cache: yes
become: True
when: dnf_install_epel | bool

View File

@ -103,8 +103,6 @@ dnf_custom_repos:
baseurl: http://packages.treasuredata.com/3/redhat/$releasever/$basearch
gpgkey: https://packages.treasuredata.com/GPG-KEY-td-agent
gpgcheck: yes
# Don't install EPEL repositories.
dnf_install_epel: false
# Enable DNF Automatic.
dnf_automatic_enabled: true
{% endif %}