community.general/lib/ansible
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
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Merge branch 'ini_vars' of git://github.com/dmage/ansible into devel 2014-03-17 17:37:57 -04:00
module_utils Make modules set a valid working directory 2014-03-18 10:37:52 -05:00
playbook Make sure all tags are in a list before merging for role deps 2014-03-18 12:32:22 -05:00
runner Change print message to vvv for missing known hosts in ssh.py 2014-03-18 12:26:10 -05:00
utils Changed call to EDITOR to allow for parameters 2014-03-25 20:29:03 +01:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Merge commit. 2014-03-16 17:08:26 -04:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00