1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
Martin Krizek be9f07279e Add stats on rescued/ignored tasks (#48418)
* Adding rescued/ignored tasks to stats gathering

Fixes #31245

* Amend integration tests to pass

* callback/dense.py: fix too-many-format-args

* Add changelog

* Amend counter_enabled and unixy callbacks

* Fix syntax error

* Fix typo in the changelog

* Remove not needed comment

* Re-add skipped

* Add test for rescued

* Fix colors...

* Fix unstable tests?

* Add a note to the porting guide

* Re-word the note in the porting guide

Fixes #20346
Fixes #24525
Fixes #14393

Co-authored-by: James Cammarata <jimi@sngx.net>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2019-02-20 13:00:47 +10:00
..
powershell win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
process Avoid accidental fork bombs due to try/except (#51633) (#51636) 2019-02-04 13:52:26 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
module_common.py Allow setting resource.RLIMIT_NOFILE in modules (#51989) 2019-02-15 17:52:35 -08:00
play_iterator.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
playbook_executor.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
stats.py Add stats on rescued/ignored tasks (#48418) 2019-02-20 13:00:47 +10:00
task_executor.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
task_queue_manager.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
task_result.py fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00