From d81b9ca29e1e2098c1a12b0fc5892b66706acb20 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 28 May 2016 11:43:12 +0200 Subject: [PATCH] Fix grammar (#16037) --- docsite/rst/playbooks_lookups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index 45e8db262ed..62ff66a9733 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -49,7 +49,7 @@ a file at a given filepath. (Docs about crypted save modes are pending) If the file exists previously, it will retrieve its contents, behaving just like with_file. Usage of variables like "{{ inventory_hostname }}" in the filepath can be used to set -up random passwords per host (what simplifies password management in 'host_vars' variables). +up random passwords per host (which simplifies password management in 'host_vars' variables). Generated passwords contain a random mix of upper and lowercase ASCII letters, the numbers 0-9 and punctuation (". , : - _"). The default length of a generated password is 20 characters.