community.general/lib/ansible/plugins/action
James Cammarata 1fa975d81a Simplify group_by by removing BYPASS_HOST_LOOP from the action
Fixes #12825
2015-10-19 14:57:07 -04:00
..
__init__.py Remove auto-added invocation return value as it is not used by v2 and could leak sensitive data. 2015-10-19 09:08:25 -07:00
add_host.py Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
assemble.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
assert.py Fixing filter plugins directory from switch 2015-05-04 01:33:10 -05:00
async.py updated async to pass along no_log setting 2015-09-30 11:52:27 -04:00
copy.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
debug.py Reworking internal result flags and making sure include_vars hides vault data 2015-07-27 14:04:31 -04:00
fail.py Making the switch to v2 2015-05-03 21:47:26 -05:00
fetch.py Clean up some more pyflakes warnings 2015-10-19 11:35:10 -07:00
group_by.py Simplify group_by by removing BYPASS_HOST_LOOP from the action 2015-10-19 14:57:07 -04:00
include_vars.py Avoid types.NoneType 2015-08-27 22:15:56 +03:00
normal.py Fix potential bug in parameter passing 2015-07-31 20:35:01 -07:00
package.py Replace 'degug' with 'debug' 2015-09-14 23:21:03 -04:00
patch.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
pause.py Clean up some more pyflakes warnings 2015-10-19 11:35:10 -07:00
raw.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
script.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
service.py package and service now check that module exists before trying to execute it 2015-08-31 20:34:20 -04:00
set_fact.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
synchronize.py Update synchronize to use the correct host when delegating 2015-10-14 18:57:10 -07:00
template.py added missing import for pwd, was being obscured by exception catching and fallback 2015-10-01 18:56:30 -04:00
unarchive.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
win_copy.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
win_template.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00