From 3a8c9242e1a9175101fb813d785f7329b6882eea Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 12 Mar 2021 11:03:42 -0800 Subject: Use virtual host style S3 bucket names in tests. --- test/integration/targets/setup_epel/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/targets/setup_epel/tasks/main.yml') diff --git a/test/integration/targets/setup_epel/tasks/main.yml b/test/integration/targets/setup_epel/tasks/main.yml index c279810e6c..1c41e13e02 100644 --- a/test/integration/targets/setup_epel/tasks/main.yml +++ b/test/integration/targets/setup_epel/tasks/main.yml @@ -1,5 +1,5 @@ - name: Install EPEL yum: - name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm + name: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm disable_gpg_check: true when: ansible_facts.distribution in ['RedHat', 'CentOS'] -- cgit v1.2.1