community.general/lib/ansible
James Cammarata 74a252d0a5 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.
2016-05-18 14:09:21 -04:00
..
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) 2016-05-09 16:48:46 -04:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor More playbook executor compatibility fixes 2016-05-18 14:09:21 -04:00
galaxy API now connects to server lazily (#15632) 2016-04-28 23:28:02 -04:00
inventory made format more flexible and allow for non dict entries 2016-05-16 14:39:49 -04:00
module_utils Make load_params into a function that custom modules can access (#15913) 2016-05-18 10:50:55 -07:00
modules Update submodule refs 2016-05-17 10:51:14 -07:00
new_inventory
parsing make vi the default editor if no EDITOR 2016-05-03 09:39:19 -04:00
playbook Reworking retry/until logic to fix bugs 2016-05-13 16:09:38 -04:00
plugins More playbook executor compatibility fixes 2016-05-18 14:09:21 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils Updating VCA module documentation (#14368) 2016-05-06 09:53:43 -04:00
vars Do not include params when getting role vars in certain situations 2016-05-11 13:17:32 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt