@ -10,7 +10,7 @@
block:
- name : install PackageManagement
win_package:
path : https://ansible-ci-files.s3.amazonaws.com // 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://ansible-ci-files.s3.amazonaws.com // 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://ansible-ci-files.s3.amazonaws.com // 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://ansible-ci-files.s3.amazonaws.com // 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: