Update wait_for_connection to not reference configure script (#81250)

pull/81252/head
Jordan Borean 11 months ago committed by GitHub
parent 08307de366
commit effb494db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ EXAMPLES = r'''
customization:
hostname: '{{ vm_shortname }}'
runonce:
- powershell.exe -ExecutionPolicy Unrestricted -File C:\Windows\Temp\ConfigureRemotingForAnsible.ps1 -ForceNewSSLCert -EnableCredSSP
- cmd.exe /c winrm.cmd quickconfig -quiet -force
delegate_to: localhost
- name: Wait for system to become reachable over WinRM

Loading…
Cancel
Save