From 360af25d801c6b722ec5fef5d286321ec382630e Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mar 06 2020 17:46:35 +0000 Subject: remove misplaced pre-run playbook --- diff --git a/playbooks/epel8/install.yaml b/playbooks/epel8/install.yaml deleted file mode 100644 index b826b31..0000000 --- a/playbooks/epel8/install.yaml +++ /dev/null @@ -1,7 +0,0 @@ -- hosts: all - tasks: - - name: Install EPEL - yum: - name: epel-release - state: latest - become: true diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index f1624f7..e97c428 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -82,7 +82,6 @@ target: epel8 release: epel8 scratch_build: true - pre-run: playbooks/epel8/install.yaml # TODO(fbo): In order to have this job run on a container then # fix fedpkg-role to not build the local repo + install deps at