disable gpg check on rpm install from URLs
This commit is contained in:
parent
c72d7ff9d8
commit
59f3b848e2
@ -23,6 +23,7 @@
|
||||
- ansible_distribution_major_version|int == 6
|
||||
- packages['epel-release'] is not defined
|
||||
ansible.builtin.package:
|
||||
disable_gpg_check: 'yes'
|
||||
name: 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm'
|
||||
state: 'installed'
|
||||
notify:
|
||||
@ -35,6 +36,7 @@
|
||||
- ansible_distribution_major_version|int == 7
|
||||
- packages['epel-release'] is not defined
|
||||
ansible.builtin.package:
|
||||
disable_gpg_check: 'yes'
|
||||
name: 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm'
|
||||
state: 'installed'
|
||||
notify:
|
||||
@ -47,6 +49,7 @@
|
||||
- ansible_distribution_major_version|int == 8
|
||||
- packages['epel-release'] is not defined
|
||||
ansible.builtin.package:
|
||||
disable_gpg_check: 'yes'
|
||||
name: 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm'
|
||||
state: 'installed'
|
||||
notify:
|
||||
|
Loading…
x
Reference in New Issue
Block a user