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/runner/action_plugins
Jesse Keating e1dd83f2b6 add_host should not be a changed action
The action doesn't actually change anything on a system, so setting
the status to changed is wrong. add_host is much like set_fact in that
regard.

Since changed is False by default, there is no need to explicity set
it, so just create an empty dict for result and add to it from there.
2013-06-25 10:58:55 -07:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py add_host should not be a changed action 2013-06-25 10:58:55 -07:00
async.py Ensure complex_args is considered in all action_plugins 2013-02-28 14:27:42 +01:00
copy.py fixed first_available_file and roles support 2013-06-03 22:47:50 +02:00
debug.py Make debug module always verbose in playbooks 2013-05-25 00:27:23 +02:00
fail.py Ensure complex_args is considered in all action_plugins 2013-02-28 14:27:42 +01:00
fetch.py Lots of formatting fixes 2013-05-24 23:46:23 -04:00
group_by.py Fix for issue #2916 : for each host promote the host variables as globally scoped variables for the sake of the groups determination 2013-05-16 18:57:05 +02:00
normal.py Move complex_args templating to be with module_args 2013-03-07 11:09:29 +01:00
pause.py Update pause module to not use utils.template 2013-04-12 10:00:20 -04:00
raw.py Working on complex argument support. 2013-02-17 15:01:49 -05:00
script.py bug fix for #3077, environment settings for script 2013-06-05 19:59:39 +05:30
set_fact.py New module 'set_fact' to define host facts 2013-04-18 23:06:58 +02:00
template.py fixed first_available_file and roles support 2013-06-03 22:47:50 +02:00