From df78f51b78654c80ae78de1d8281c5a3264d6ecb Mon Sep 17 00:00:00 2001 From: Vladimir Khramtsov Date: Sun, 28 Sep 2014 23:34:43 +0300 Subject: [PATCH] Fix grammar in password --- docsite/rst/intro_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index 7774a6ce0c9..262fb7f0f03 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -45,7 +45,7 @@ In group_vars/windows.yml, define the following inventory variables:: # ansible-vault edit group_vars/windows.yml ansible_ssh_user: Administrator - ansible_ssh_pass: SekritPasswordGoesHere + ansible_ssh_pass: SecretPasswordGoesHere ansible_ssh_port: 5986 ansible_connection: winrm