ansible/lib/ansible/utils
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 Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
module_docs.py fixed x-bits in git 2013-06-16 22:22:16 -04:00
plugins.py Add extra module path early during playbook parsing. 2013-07-28 18:47:26 +02:00
template.py Improve behavior with error_on_undefined_vars enabled 2013-08-20 00:40:49 -05:00