community.general/lib/ansible/plugins
Matt Martz d1846425db
Provide a way to explicitly invoke the debugger (#34006)
* Provide a way to explicitly invoke the debugger with in the debug strategy

* Merge the debugger strategy into StrategyBase

* Fix some logic, pin to a single result

* Make redo also continue

* Make sure that if the debug closure doesn't need to process the result, that we still return it

* Fix failing tests for the strategy

* Clean up messages from debugger and exit code to match bin/ansible

* Move the FieldAttribute higher, to apply at different levels

* make debugger a string, expand logic

* Better host state rollbacks

* More explicit debugger prompt

* ENABLE_TASK_DEBUGGER should be boolean, and better docs

* No bare except, add pprint, alias h, vars to task_vars

* _validate_debugger can ignore non-string, that can be caught later

* Address issue if there were no previous tasks/state, and use the correct key

* Update docs for changes to the debugger

* Guard against a stat going negative through use of decrement

* Add a few notes about using the debugger on the free strategy

* Add changelog entry for task debugger

* Add a few versionadded indicators and a note about vars -> task_vars
2018-01-09 13:50:07 -06:00
..
action synchronize: add support for buildah (#33823) 2018-01-08 11:51:49 -08:00
cache mongodb cache plugin (#34414) 2018-01-05 09:10:58 -06:00
callback Count ignored failed tasks and successful tasks with expected failure… (#33282) 2018-01-03 16:03:15 -08:00
cliconf nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
connection Fix piped transfer with become (#34584) 2018-01-09 09:32:27 -06:00
filter added slice filter for dicts 2017-12-19 12:54:10 -05:00
inventory Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869) 2017-12-13 14:19:19 -05:00
lookup Fix with_items debug loop example. Fixes #34540 (#34578) 2018-01-08 16:13:10 -06:00
netconf fixes guess_os for netconf connections (#33671) 2017-12-07 20:17:41 +05:30
shell minor become/runas cleanup (#32564) 2017-11-06 11:24:04 -08:00
strategy Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
terminal IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06:00