From 02dfed92a4fd23fb11a1c0c4cc0fe0aac5f21c47 Mon Sep 17 00:00:00 2001 From: jjshoe Date: Thu, 14 Jul 2016 12:13:51 -0500 Subject: [PATCH] Use same warning for become-pass as for ask-pass (#16702) * Use same warning for become-pass as for ask-pass * Whoops, right arg * no really, I know what I'm doing --- docsite/rst/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index dbbba8bdbd7..6745f169c95 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -242,7 +242,7 @@ ansible_become_method ansible_become_user Equivalent to ``ansible_sudo_user`` or ``ansible_su_user``, allows to set the user you become through privilege escalation ansible_become_pass - Equivalent to ``ansible_sudo_pass`` or ``ansible_su_pass``, allows you to set the privilege escalation password + Equivalent to ``ansible_sudo_pass`` or ``ansible_su_pass``, allows you to set the privilege escalation password (this is insecure, we strongly recommend using :option:`--ask-become-pass` or SSH keys) Remote host environment parameters: