psexec - update example for for delegation example (#59475)

pull/59486/head
Jordan Borean 5 years ago committed by GitHub
parent 8a880d6032
commit 3581e63ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -281,7 +281,7 @@ EXAMPLES = r'''
- name: Download and run ConfigureRemotingForAnsible.ps1 to setup WinRM
psexec:
hostname: '{{ ansible_host }}'
hostname: '{{ hostvars[inventory_hostname]["ansible_host"] | default(inventory_hostname) }}'
connection_username: '{{ ansible_user }}'
connection_password: '{{ ansible_password }}'
encrypt: yes

Loading…
Cancel
Save