From df015d247fb79ca0252c982ecc4c4b0ad44dae41 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Oct 26 2018 15:32:39 +0000 Subject: standard-test-source: do not install fedpkg If fedpkg is required to be installed on the "real" localhost, it should be in the spec file. Signed-off-by: Miroslav Vadkerti --- diff --git a/roles/standard-test-source/tasks/main.yml b/roles/standard-test-source/tasks/main.yml index f1ad9f0..2be973e 100644 --- a/roles/standard-test-source/tasks/main.yml +++ b/roles/standard-test-source/tasks/main.yml @@ -13,11 +13,6 @@ setup: delegate_facts: True - - name: Install requirements - package: name={{item}} state=present - with_items: - - fedpkg - # The dist doesn't actually matter here - name: Download sources, extract, and strip leading path shell: |