summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2016-03-24 10:06:06 +0100
committerMiroslav Suchý <msuchy@redhat.com>2016-03-24 10:06:27 +0100
commit86e601fda9eac0771328bd7fa832493ad8e70bcc (patch)
treeb7aefdf08d76954032652b1fb2cbd113f65c06ee
parentd079dda2e3d81dfd2cd79dd3603a4a136bed1620 (diff)
downloadansible-86e601fda9eac0771328bd7fa832493ad8e70bcc.tar.gz
ansible-86e601fda9eac0771328bd7fa832493ad8e70bcc.tar.xz
ansible-86e601fda9eac0771328bd7fa832493ad8e70bcc.zip
copr: this should not be needed
-rw-r--r--roles/copr/keygen/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/copr/keygen/tasks/main.yml b/roles/copr/keygen/tasks/main.yml
index a64e68366..0e1d82c2d 100644
--- a/roles/copr/keygen/tasks/main.yml
+++ b/roles/copr/keygen/tasks/main.yml
@@ -29,9 +29,11 @@
- name: make sure there is gnupg2 2.0.x as temporary workaround till we add support of v4 to obs-sign
dnf: name=https://infrastructure.fedoraproject.org/repo/23/x86_64/gnupg2-2.0.29-1.fc22.x86_64.rpm state=present
+ when: not devel
- name: exclude gnupg2 from upgrade
ini_file: dest=/etc/dnf/dnf.conf section=main option=exclude value=gnupg2
+ when: not devel
tags:
- config