You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
jkleint b50c50748e _chain_file_module() calls .get() on error string
runner._return_from_module() normally returns a list (?) of `[str,bool,dict,str]`, but on error it returns `[str,bool,str,str]`.  runner._chain_file_module() then tries to call .get() on the third item (`data2`), which fails when it's a string.  This patch only accesses `data2` if the return value was `ok`.  It might be better to return consistent types in both cases, but I'm not sure where/how else the return value is used.
13 years ago
..
__init__.py Version bump for integration branch (soon to be renamed 'devel'), didn't update package 13 years ago
callbacks.py Merge branch 'integration' 13 years ago
connection.py Expand user in SSH identity file. 13 years ago
constants.py Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. 13 years ago
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 13 years ago
inventory.py handle issues when the hostlist is inadvertently set executable 13 years ago
playbook.py Merge branch 'custom-facts' of https://github.com/jhoekx/ansible into jhoekx-custom-facts 13 years ago
runner.py _chain_file_module() calls .get() on error string 13 years ago
utils.py Merge branch 'integration' 13 years ago