community.general/lib/ansible/plugins/action
Brian Coca 2bb7feec6d Search path (#16387)
* smarter function to figure out relative paths

takes list of paths in order of relevance to current task
and does the dwim magic on them

* shared function for action plugins using new dwim

unify path construction and error info/messaging
made include and role non exclusive
corrected order and now smarter about tasks
includes inside roles are currently broken as they don't provide the correct role data
make dirname full match to avoid corner cases

* migrated action plugins to new dwim function

reported plugins to use exceptions instead of info

* clarified needle
2016-06-28 17:23:30 -04:00
..
__init__.py Search path (#16387) 2016-06-28 17:23:30 -04:00
add_host.py Allow groups to be specified using YAML list syntax for add_host 2016-06-18 07:47:10 -05:00
asa_template.py Module util, template action and doc fragment for Cisco ASA 2016-06-01 20:57:30 +02:00
assemble.py Search path (#16387) 2016-06-28 17:23:30 -04:00
assert.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
async.py Move binary module detection into executor/module_common.py 2016-05-12 12:25:09 -05:00
copy.py Search path (#16387) 2016-06-28 17:23:30 -04:00
debug.py removed unused boolean 2016-06-28 15:25:18 -04:00
eos_template.py initial add of action plugin eos_template 2016-02-01 11:51:52 -05:00
fail.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
fetch.py Fix unicode handling in connection plugins. 2016-03-10 09:04:32 -08:00
group_by.py Do not set 'changed' to True when using group_by 2016-01-04 17:46:40 +01:00
include_vars.py Search path (#16387) 2016-06-28 17:23:30 -04:00
ios_template.py initial add of action plugin ios_template 2016-02-01 11:54:02 -05:00
iosxr_template.py adds new action plugin iosxr_template 2016-02-12 17:08:21 -05:00
junos_template.py updates action plugin junos_template to guess file format 2016-04-24 11:41:00 -04:00
net_template.py net_template.py: Fix jinja2 template file search path (#15134) 2016-05-16 10:05:08 -04:00
normal.py better module error handling 2015-12-22 23:01:56 -05:00
nxos_template.py initial add of action plugin nxos_template 2016-02-01 11:52:50 -05:00
ops_template.py updates the ops_template plugin action backup key 2016-02-28 23:40:05 -05:00
package.py updated package to use minimal fact gathering 2016-06-03 09:54:59 -04:00
patch.py Search path (#16387) 2016-06-28 17:23:30 -04:00
pause.py if seconds are specified, min is 1 2016-06-27 09:36:15 -04:00
raw.py raw should not use default executable (#16085) 2016-06-10 11:37:58 -04:00
script.py Search path (#16387) 2016-06-28 17:23:30 -04:00
service.py fix issues when state is not supplied 2016-06-07 10:29:24 -04:00
set_fact.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
synchronize.py Check that required arguments src and dest are present. 2016-06-15 09:37:09 -07:00
template.py Search path (#16387) 2016-06-28 17:23:30 -04:00
unarchive.py Search path (#16387) 2016-06-28 17:23:30 -04:00
win_copy.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
win_reboot.py add win_reboot action 2016-04-11 14:48:39 -07:00
win_template.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00