Files
community.general/lib/ansible/module_utils
Peter Sprygada 0cef38cf02 adds feature to all modules to be run locally (#18763)
* adds new error AnsibleModuleExit to handle module returns
* adds new action plugin network for attaching connection to network modules
* adds new shared module local to receive connection
* splits out function to update task_args with common updates

This commit provides a mechansim for running local modules that require
a connection object for interative commands tyically implemented for
network devices.  It provides a way to locally import modules (post fork)
and run them using exception handling to exit.
2016-12-15 15:47:29 -05:00
..
2016-09-24 09:27:38 -04:00
2016-11-02 17:00:27 -07:00
2016-12-13 13:51:13 -05:00
2016-09-06 13:49:48 -04:00
2016-09-11 23:32:05 -04:00
2016-11-02 17:00:27 -07:00
2016-11-02 13:32:19 +00:00
2016-09-12 13:35:57 -04:00
2016-05-14 07:51:13 -07:00
2016-09-11 23:34:46 -04:00
2016-12-04 10:46:41 +00:00