From 086cd983a0d2fb5169fc35e4a3cf5145280cf42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 5 May 2016 06:27:57 +0200 Subject: [PATCH] copr: cleanup --- roles/copr/keygen/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/copr/keygen/tasks/main.yml b/roles/copr/keygen/tasks/main.yml index 2c59d365fc..30c9dde719 100644 --- a/roles/copr/keygen/tasks/main.yml +++ b/roles/copr/keygen/tasks/main.yml @@ -30,16 +30,6 @@ # with_items: # - gnupg2 -#- 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 - - name: put keygen vhost for httpd copy: src="httpd/copr-keygen.conf" dest="/etc/httpd/conf.d/copr-keygen.conf" notify: