mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-25 13:55:32 +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:
parent
fd65f037f8
commit
8e2bff407a
12 changed files with 22 additions and 22 deletions
|
|
@ -10,7 +10,7 @@
|
|||
block:
|
||||
- name: install PackageManagement
|
||||
win_package:
|
||||
path: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_win_psget/PackageManagement_x64.msi
|
||||
path: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_win_psget/PackageManagement_x64.msi
|
||||
product_id: '{57E5A8BB-41EB-4F09-B332-B535C5954A28}'
|
||||
state: present
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- name: download nuget provider dll
|
||||
win_get_url:
|
||||
url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_win_psget/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll
|
||||
url: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_win_psget/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll
|
||||
dest: C:\Program Files\PackageManagement\ProviderAssemblies\nuget\2.8.5.208\Microsoft.PackageManagement.NuGetProvider.dll
|
||||
|
||||
- name: get version and install location of PackageManagement and PowerShellGet
|
||||
|
|
@ -63,9 +63,9 @@
|
|||
when: item.name in installed_modules
|
||||
loop:
|
||||
- name: PackageManagement
|
||||
url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_win_psget/packagemanagement.1.1.7.nupkg
|
||||
url: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_win_psget/packagemanagement.1.1.7.nupkg
|
||||
- name: PowerShellGet
|
||||
url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_win_psget/powershellget.1.6.0.nupkg
|
||||
url: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_win_psget/powershellget.1.6.0.nupkg
|
||||
|
||||
- name: remove the old versions of PackageManagement and PowerShellGet
|
||||
win_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue