From c29da7927c1cc8900fc82ef1ea792ddd2bcd2186 Mon Sep 17 00:00:00 2001 From: stevelenihan Date: Tue, 13 Jan 2015 16:53:14 +0000 Subject: [PATCH] Correcting spelling mistake Change 'uncrypted' to 'unencrypted' --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 7bcbbc96949..ecf8d46de1e 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -152,7 +152,7 @@ Just `Control-C` to kill it and run it again with `-K`. only occurs when sudoing from a user like 'bob' to 'timmy', not when going from 'bob' to 'root', or logging in directly as 'bob' or 'root'. If it concerns you that this data is briefly readable - (not writable), avoid transferring uncrypted passwords with + (not writable), avoid transferring unencrypted passwords with `sudo_user` set. In other cases, '/tmp' is not used and this does not come into play. Ansible also takes care to not log password parameters.