mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
* 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:
committed by
Jordan Borean
parent
fd65f037f8
commit
8e2bff407a
@@ -113,7 +113,7 @@ if ($os_version -ge [Version]"6.2") {
|
||||
# versions of Windows. Use custom application Port Mapper to acheive the
|
||||
# same outcome
|
||||
# http://www.analogx.com/contents/download/Network/pmapper/Freeware.htm
|
||||
$s3_url = "https://s3.amazonaws.com/ansible-ci-files/ansible-test/pmapper-1.04.exe"
|
||||
$s3_url = "https://ansible-ci-files.s3.amazonaws.com/ansible-test/pmapper-1.04.exe"
|
||||
|
||||
# download the Port Mapper executable to a temporary directory
|
||||
$pmapper_folder = Join-Path -Path ([System.IO.Path]::GetTempPath()) -ChildPath ([System.IO.Path]::GetRandomFileName())
|
||||
|
||||
Reference in New Issue
Block a user