community.general/lib/ansible/utils
Ramon de la Fuente c79c001bfb Changed call to EDITOR to allow for parameters
The EDITOR environment variable is used to create and edit files in the vault.
But if the EDITOR variable contains parameters, subprocess.call() breaks.

This fixes the EDITOR environment variable to be safely split into a list.
It adds a dependency on shlex.
2014-03-25 20:29:03 +01:00
..
__init__.py Catch a unquoted line error. Fixes #6532 2014-03-17 17:15:42 -04:00
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 2014-01-10 11:18:02 -05:00
module_docs.py Don't need to document these guys. 2014-01-02 17:55:59 -05:00
plugins.py Use realpath for plugin directories instead of abspath 2014-01-21 12:41:58 -06:00
string_functions.py Properly count newlines appearing at the end of templates after rendering 2014-02-05 15:14:19 -06:00
template.py Fixes #6227 skip non-unicode strings and catch decode errors silently in template_from_string 2014-03-17 16:54:25 -04:00
vault.py Changed call to EDITOR to allow for parameters 2014-03-25 20:29:03 +01:00