From 4a3f9f6056a81118cfa3d47c74b876730863cf8b Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Sun, 26 Aug 2018 20:36:04 -0400 Subject: [PATCH] Removing jenkins repo overrides --- workspace/inventories/group_vars/all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/workspace/inventories/group_vars/all.yml b/workspace/inventories/group_vars/all.yml index 8164ddc..b7b8a8d 100644 --- a/workspace/inventories/group_vars/all.yml +++ b/workspace/inventories/group_vars/all.yml @@ -13,6 +13,3 @@ rhel_base_urls: rhel_base: "{{ rhel_base_urls[arch] }}" # Set pre_upload_files to empty array so it isn't undefined pre_upload_files: [] - -jenkins_slave_repositories: - - "{{ all_repositories.epel }}"