diff --git a/test/integration/targets/apt_key/samples/apt-key-example-binary.gpg b/test/integration/targets/apt_key/samples/apt-key-example-binary.gpg deleted file mode 100644 index 3b81faed1f7..00000000000 Binary files a/test/integration/targets/apt_key/samples/apt-key-example-binary.gpg and /dev/null differ diff --git a/test/integration/targets/apt_key/tasks/apt_key_binary.yml b/test/integration/targets/apt_key/tasks/apt_key_binary.yml index 9f55b90dd2a..4a351446b0a 100644 --- a/test/integration/targets/apt_key/tasks/apt_key_binary.yml +++ b/test/integration/targets/apt_key/tasks/apt_key_binary.yml @@ -1,9 +1,8 @@ --- - name: Ensure import of binary key downloaded using URLs works - apt_key: url=https://packages.cloud.google.com/apt/doc/apt-key.gpg - # replace the above URL to the following, after the pull request is accepted - # apt_key: url=https://github.com/ansible/ansible/tree/devel/test/integration/targets/apt_key/samples/apt-key-example-binary.gpg + apt_key: + url: https://ansible-ci-files.s3.us-east-1.amazonaws.com/test/integration/targets/apt_key/apt-key-example-binary.gpg register: apt_key_binary_test - name: Validate the results