Skip to content

Commit 1bfecfa

Browse files
authored
Merge pull request #473 from StackStorm/fix/winrm
Fix win e2e test - update the location for WinRM powershell setup script
2 parents b082e08 + 53eccdc commit 1bfecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/workflows/create_vm_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ vars:
1919
- wait_for_winrm_count: 0
2020
- ec2_instance_password: ""
2121
- ec2_instance_id:
22-
- ec2_instance_user_data: "<powershell>\n#Setup for TLS v1.2\n[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;\n# download the script\n(New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1', './ConfigureRemotingForAnsible.ps1')\n# execute the script\n./ConfigureRemotingForAnsible.ps1\n</powershell>"
22+
- ec2_instance_user_data: "<powershell>\n#Setup for TLS v1.2\n[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;\n# download the script\n(New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ansible/ansible/stable-2.12/examples/scripts/ConfigureRemotingForAnsible.ps1', './ConfigureRemotingForAnsible.ps1')\n# execute the script\n./ConfigureRemotingForAnsible.ps1\n</powershell>"
2323
- vm_info:
2424
id:
2525
private_ip_address:

0 commit comments

Comments
 (0)