From b5f5404e6338ed6c5e2e4cae25c2d3e031f9a75d Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Fri, 7 Aug 2015 14:46:21 -0700 Subject: [PATCH] Tiny typo fix --- 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 3265821831..ad144e3d92 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -223,7 +223,7 @@ Privilege escalation (see :doc:`Ansible Privilege Escalation` for furthe ansible_become_pass Equivalent to ansible_sudo_pass or ansible_su_pass, allows you to set the privilege escalation password -Remote host environnement parameters:: +Remote host environment parameters:: ansible_shell_type The shell type of the target system. Commands are formatted using 'sh'-style syntax by default. Setting this to 'csh' or 'fish' will cause commands executed on target systems to follow those shell's syntax instead.