diff options
Diffstat (limited to 'ansible_collections/community/sops/tests/ee')
-rw-r--r-- | ansible_collections/community/sops/tests/ee/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/community/sops/tests/ee/all.yml b/ansible_collections/community/sops/tests/ee/all.yml index 18c7eda41..f42fdb634 100644 --- a/ansible_collections/community/sops/tests/ee/all.yml +++ b/ansible_collections/community/sops/tests/ee/all.yml @@ -7,7 +7,7 @@ tasks: - name: Download sops test GPG key on localhost get_url: - url: https://raw.githubusercontent.com/mozilla/sops/master/pgp/sops_functional_tests_key.asc + url: https://raw.githubusercontent.com/getsops/sops/master/pgp/sops_functional_tests_key.asc dest: /tmp/sops_functional_tests_key.asc - name: Import sops test GPG key on localhost command: gpg --import /tmp/sops_functional_tests_key.asc |