From 4e5dc754fa45ff451bc57c499fee859ac769dbdc Mon Sep 17 00:00:00 2001 From: Bruno BAILLUET Date: Mon, 29 Sep 2014 19:46:41 +0200 Subject: [PATCH] Added a comment to mention that ansible_sudo_exe is available from version 1.8 and beyond --- 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 16360b1c91c..5b409e8e651 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -207,7 +207,7 @@ mentioned:: The ssh password to use (this is insecure, we strongly recommend using --ask-pass or SSH keys) ansible_sudo_pass The sudo password to use (this is insecure, we strongly recommend using --ask-sudo-pass) - ansible_sudo_exe + ansible_sudo_exe (new in version 1.8) The sudo command path. ansible_connection Connection type of the host. Candidates are local, ssh or paramiko. The default is paramiko before Ansible 1.2, and 'smart' afterwards which detects whether usage of 'ssh' would be feasible based on whether ControlPersist is supported.