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/plugins/action
Toshio Kuratomi 18e2ee16ef Fix for user defined modules not overriding modules from core.
This fix takes into account that powershell modules are somewhat
different than regular modules and have to be kept separate.
2015-09-22 09:07:37 -07:00
..
__init__.py Fix for user defined modules not overriding modules from core. 2015-09-22 09:07:37 -07:00
add_host.py Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
assemble.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 2015-08-16 02:37:21 -04:00
assert.py Fixing filter plugins directory from switch 2015-05-04 01:33:10 -05:00
async.py Added env_string in async_cmd 2015-09-15 20:11:14 +02:00
copy.py Fix relative path bug in copy action 2015-09-22 01:31:03 -04: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 Fix fetch action plugin to not fail if file is missing and fail_if_missing=False (the default). Add tests to test_fetch role to verify it works as expected. 2015-09-14 14:21:52 -04:00
group_by.py Making the switch to v2 2015-05-03 21:47:26 -05: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 made sure they all look in files/vars/template dirs also when executed in play and not only from task 2015-08-16 02:37:21 -04:00
pause.py now continue/abort mode allows ignoring other input 2015-08-06 22:16:30 -04:00
raw.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
script.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 2015-08-16 02:37:21 -04: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 Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
synchronize.py Fix rsync connections to IPv6 addresses 2015-09-06 22:20:45 -07:00
template.py Revert "set_fact should put facts in the fact_cache, not vars_cache" 2015-09-11 09:45:27 -04:00
unarchive.py Fixed Spelling Error on Line 67 2015-08-28 15:45:49 -04: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