mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #9193 from vkhramtsov/fix-password-grammar-in-windows-intro
Fix grammar in password (windows-intro)
This commit is contained in:
commit
fa953e162e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ In group_vars/windows.yml, define the following inventory variables::
|
||||||
# ansible-vault edit group_vars/windows.yml
|
# ansible-vault edit group_vars/windows.yml
|
||||||
|
|
||||||
ansible_ssh_user: Administrator
|
ansible_ssh_user: Administrator
|
||||||
ansible_ssh_pass: SekritPasswordGoesHere
|
ansible_ssh_pass: SecretPasswordGoesHere
|
||||||
ansible_ssh_port: 5986
|
ansible_ssh_port: 5986
|
||||||
ansible_connection: winrm
|
ansible_connection: winrm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue