apt_key test - Change the URL of the GPG key to S3 and remove it from the repo (#74483)

This commit is contained in:
Maxim Masiutin 2021-04-30 17:44:50 +03:00 committed by GitHub
parent a30c55f68a
commit d147c1ef1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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