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
James Cammarata a6150dbc14 More playbook executor compatibility fixes
With some earlier changes, continuing to forward failed hosts on
to the iterator with each TQM run() call was causing plays with
max_fail_pct set to fail, as hosts which failed in previous plays
were counting those old failures against the % calculation.

Also changed the linear strategy's calculation to use the internal
failed list, rather than the iterator, as this now represents the
hosts failed during the current run only.
9 years ago
..
cli fixes-#15685-tools-that-paginate-show-spurious-less-output: less --version outputs to standard out not to standard error so this changes the redirect from 2> to > (#15720) 9 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 10 years ago
errors Add options to make includes 'static' 9 years ago
executor More playbook executor compatibility fixes 9 years ago
galaxy API now connects to server lazily (#15632) 9 years ago
inventory made format more flexible and allow for non dict entries 9 years ago
module_utils Make load_params into a function that custom modules can access (#15913) 9 years ago
modules New release v2.1.0.0-0.2.rc2 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing make vi the default editor if no EDITOR 9 years ago
playbook Reworking retry/until logic to fix bugs 9 years ago
plugins More playbook executor compatibility fixes 9 years ago
template moved last utils.debug to display.debug 9 years ago
utils Add aliases 9 years ago
vars Do not include params when getting role vars in certain situations 9 years ago
__init__.py New release v2.1.0.0-0.2.rc2 9 years ago
constants.py add centrify dzdo escalation (#15219) 9 years ago
release.py Fix the version number 9 years ago
test-requirements.txt Making the switch to v2 10 years ago