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
Martin Krizek 0de8379ee3 Fix ansible_failed_{task,result} undefined in rescue (#64831) (#64843)
This is a fix for a regression introduced by Perfy. Since then we mainly
operate on host.name instead of the Host object. In a call to
set_nonpersistent_facts where we set ansible_failed_task and
ansible_failed_result variables we were still passing the object which
led to those vars being undefined.

Fixes #64789

(cherry picked from commit 5c0b2c151c)
6 years ago
..
cli [stable-2.9] Fix ansible-galaxy --version (#63636) 6 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 7 years ago
config [2.9 backport] config encode errors should not be fatal (#63311) (#63312) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor [stable-2.9] Explicitly use multiprocessing fork start method (#63581) (#63591) 6 years ago
galaxy [stable-2.9] Fix up role version pagination for Galaxy install (#64373) 6 years ago
inventory [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 6 years ago
module_utils [stable-2.9] Eos vlan override (#63639) (#63687) 6 years ago
modules win_chocolatey: Fix error when choco.exe not found (#53115) (#64881) 6 years ago
parsing [2.9] core: Handle empty extra vars in cli (#62240) 6 years ago
playbook Collection role relative deps (#61517) 6 years ago
plugins Fix ansible_failed_{task,result} undefined in rescue (#64831) (#64843) 6 years ago
template Wrap CLI passwords as AnsibleUnsafeText (#63352) 6 years ago
utils [stable-2.9] Explicitly use multiprocessing fork start method (#63581) (#63591) 6 years ago
vars Use templating in HostVarsVars __repr__ (#64282) 6 years ago
__init__.py
constants.py removed previouslly deprecated settings (#55662) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Update Ansible release version to v2.9.1.post0. 6 years ago