Skip to content

Commit 5e009aa

Browse files
authored
Release v12.0.3 (#104)
Release 12.0.3
1 parent 74c7d98 commit 5e009aa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tests/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- name: download package from s3
3030
aws_s3:
3131
bucket: cloud-initiatives-pipeline-bucket
32-
object: "Packages/v12.0/Privileged Session Manager-Rls-v12.0.zip"
32+
object: "Packages/v12.0/Privileged Session Manager-Rls-v12.0.3.zip"
3333
dest: "/tmp/psm.zip"
3434
mode: get
3535
delegate_to: localhost

tests/scripts/user_data_windows_2016.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ $admin = [adsi]("WinNT://./administrator, user")
44
$admin.PSBase.Invoke("SetPassword", "Nopass123")
55

66
# Configure machine for ansible remoting
7+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
78
$url = "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
89
$file = "$env:temp\ConfigureRemotingForAnsible.ps1"
9-
(New-Object -TypeName System.Net.WebClient).DownloadFile($url, $file)
10+
Invoke-WebRequest -Uri $url -OutFile $file
1011
powershell.exe -ExecutionPolicy ByPass -File $file -EnableCredSSP
1112

1213
Set-ItemProperty -Name LocalAccountTokenFilterPolicy -Path HKLM:\software\Microsoft\Windows\CurrentVersion\Policies\system -Value 1

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
# vars file for psm
3-
psm_sha1_checksum: "46944f74e3e7e9b36aa12b9d4b68e6f1657c0018"
3+
psm_sha1_checksum: "54aacdb628baacedc82c06bb2a40021f24c07018"

0 commit comments

Comments
 (0)