Skip to content

Commit

Permalink
ansible,doc,win: manual steps document update (nodejs#3549)
Browse files Browse the repository at this point in the history
Updated the ConfigureRemotingForAnsible.ps1 download URL.
  • Loading branch information
StefanStojanovic authored Nov 3, 2023
1 parent d8c6863 commit e3df25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/MANUAL_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ The preparation script needs to be run in PowerShell (run as Administrator):

```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1" -OutFile "ConfigureRemotingForAnsible.ps1"
Invoke-WebRequest "https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1" -OutFile "ConfigureRemotingForAnsible.ps1"
.\ConfigureRemotingForAnsible.ps1 -ForceNewSSLCert true -CertValidityDays 3650
```

Expand Down

0 comments on commit e3df25d

Please sign in to comment.