Commit graph

10 commits

Author SHA1 Message Date
Robin Roth
2b28beb1d7 add check_mode option for tasks (#16056)
* add check_mode option for tasks

includes example testcases for the template module

* extend check_mode option

* replace always_run, see also proposal rename_always_run
* rename always_run where used and add deprecation warning
* add some documentation

* have check_mode overwrite always_run

* use unique template name to prevent conflicts

test_check_mode was right before, but failed due to using the same filename as other roles

* still mention always_run in the docs

* set deprecation of always_run to version 2.4

* fix rst style

* expand documentation on per-task check mode
2016-07-22 20:40:14 -04:00
Sandra Wills
c3a086a55e adding links and anchors for links, referencing check mode 2016-04-13 13:51:29 -04:00
Brian Coca
84cc5f9afb Merge pull request #9961 from volanja/replace_running_to_started
to replace `running` with `started`
2015-07-20 23:13:29 -04:00
Erik Weathers
fde99d8095 change 'stage' to 'staging', as it a much more common term for a pre-production environment, and there are already many references to 'staging' appearing in the ansible code and docs, so let's be consistent 2015-06-26 23:38:06 -07:00
volanja
e213fdb15d to replace running with started 2015-01-09 01:24:41 +09:00
Pascal Borreli
fe40a7d88a Fixed typos 2014-08-22 11:39:38 +01:00
Sven-Hendrik Haase
28daa116ab Few language fixes
Hopefully I got them right! :)
2014-07-25 13:46:57 +02:00
Adam Morris
6c9cb5de87 Update test_strategies.rst
Changed unit tests to unit test for the singular playbook...
2014-05-27 10:54:14 -07:00
Adam Morris
30ac368d5c Update test_strategies.rst
Typo - State should have been stage.
2014-05-27 10:48:18 -07:00
Michael DeHaan
e43ae3c0f7 Update test strategies guide. 2014-05-26 08:12:39 -04:00