Allow CentOS 8 to disable GPG check to install the repo

This commit is contained in:
2020-12-06 15:42:25 -06:00
parent 0d61ddd2a1
commit 13f2a91b00
2 changed files with 3 additions and 0 deletions

View File

@@ -2,9 +2,11 @@
# vars file for ensure_repo_rpmfusion
package_list:
- name: 'rpmfusion-free-release'
disable_gpg_check: 'yes'
state: 'present'
url: 'https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm'
- name: 'rpmfusion-nonfree-release'
disable_gpg_check: 'yes'
state: 'present'
url: 'https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm'