1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-01 13:56:55 +00:00

Change S3 bucket urls to new method as per #56124 (#56418)

* Change S3 bucket urls to new method as per #56124

* duplicate / and dded changelog fragment

* Revert "duplicate / and dded changelog fragment"

This reverts commit b89d5cbe6d983168212c44def537d87f0ed22204.

* duplicate /
This commit is contained in:
ShachafGoldstein 2019-05-15 03:50:56 +03:00 committed by Jordan Borean
parent fd65f037f8
commit 8e2bff407a
12 changed files with 22 additions and 22 deletions

View file

@ -171,7 +171,7 @@
- name: download binary the outputs argv to stdout
win_get_url:
url: https://s3.amazonaws.com/ansible-ci-files/test/integration/roles/test_win_module_utils/PrintArgv.exe
url: https://ansible-ci-files.s3.amazonaws.com/test/integration/roles/test_win_module_utils/PrintArgv.exe
dest: C:\ansible testing\PrintArgv.exe
- name: call argv binary with absolute path