apt_key test - Change the URL of the GPG key to S3 and remove it from the repo (#74483)
This commit is contained in:
parent
a30c55f68a
commit
d147c1ef1f
2 changed files with 2 additions and 3 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue