mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
install old gnupg from copr
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
with_items:
|
||||
- gnupg2
|
||||
|
||||
- name: make sure there is gnupg2 2.0.x as temporary workaround till we add support of v4 to obs-sign
|
||||
shell: rpm -Uvh --force https://copr-be.cloud.fedoraproject.org/results/%40copr/copr/fedora-22-x86_64/00158830-gnupg2/gnupg2-2.0.28-1.fc22.x86_64.rpm
|
||||
|
||||
|
||||
- name: install obs-signd
|
||||
yum: name="obs-signd" enablerepo="updates-testing" state=present
|
||||
|
||||
Reference in New Issue
Block a user