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
Michael Scherer 8599c56670 Do not set 'changed' to True when using group_by
Since group_by is not changing in any way to the remote
system, there is no change. This also make things more consistent
with the set_fact plugin.
2016-01-04 17:46:40 +01:00
..
__init__.py better module error handling 2015-12-22 23:01:56 -05:00
add_host.py allow for non standard hostnames 2015-12-21 13:42:34 -05:00
assemble.py
assert.py
async.py
copy.py
debug.py
fail.py
fetch.py
group_by.py Do not set 'changed' to True when using group_by 2016-01-04 17:46:40 +01:00
include_vars.py
normal.py better module error handling 2015-12-22 23:01:56 -05:00
package.py
patch.py
pause.py
raw.py
script.py
set_fact.py
synchronize.py
template.py
unarchive.py Fix logic mistake in unarchive action plugin 2015-12-30 13:49:39 -05:00
win_copy.py
win_template.py