From 9156326f9c314a78727df577df6c4c32ecce1bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 24 Jan 2017 14:37:11 +0100 Subject: [PATCH] Remove krbcc stuff since it is not required for copr --- roles/copr/mbs/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index 421600352b..6c588639d8 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -75,12 +75,6 @@ -# @FIXME but I have no idea how -- name: Export krbcc - command: echo 'export KRB5CCNAME=FILE:/var/tmp/krbcc' >> ~/.bashrc - - - # The config provided by MBS package is a python file # Instead of replacing values by regex in such file, rather rename # the original file and then install own configuration file which