exclude gnupg2 from upgrade on copr-keygen
This commit is contained in:
parent
1057b74ea6
commit
8ff591757c
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
- name: make sure there is gnupg2 2.0.x as temporary workaround till we add support of v4 to obs-sign
|
||||
dnf: name=https://kojipkgs.fedoraproject.org/work/tasks/164/12940164/gnupg2-2.0.29-1.fc22.x86_64.rpm state=present
|
||||
|
||||
- name: exclude gnupg2 from upgrade
|
||||
ini_file: dest=/etc/dnf/dnf.conf section=main option=exclude value=gnupg2
|
||||
|
||||
- name: put keygen vhost for httpd
|
||||
copy: src="httpd/copr-keygen.conf" dest="/etc/httpd/conf.d/copr-keygen.conf"
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue