mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Update wait_for_connection to not reference configure script (#81250)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user