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
Stoned Elipot f0743fc32a Introduce the 'always_run' task clause.
The 'always_run' task clause allows one to execute a task even in
check mode.

While here implement Runner.noop_on_check() to check if a runner
really should execute its task, with respect to check mode option
and 'always_run' clause.

Also add the optional 'jinja2' argument to check_conditional() :
it allows to give this function a jinja2 expression without exposing
the 'jinja2_compare' implementation mechanism.
2013-08-20 23:09:44 +02:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
async.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
copy.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +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 Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
group_by.py Fix to group_by module as a result of previous conditional upgrades. 2013-07-22 10:11:19 -04:00
normal.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
pause.py Update pause module to not use utils.template 2013-04-12 10:00:20 -04:00
raw.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
script.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
set_fact.py New module 'set_fact' to define host facts 2013-04-18 23:06:58 +02:00
template.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00