Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Reverting to arch since variable overrides are being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Aug 26, 2018
1 parent ef90526 commit 85aeb71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workspace/inventories/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ rhel_base_urls:
ppc64le: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server"
s390x: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/system-z/7/7Server"
aarch64: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/arm/7/7Server"
rhel_base: "{{ rhel_base_urls[ansible_architecture] }}"
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 }}"

0 comments on commit 85aeb71

Please sign in to comment.