Commit Graph

11 Commits (6ffd494efb146714fc4b297706ade5823118a6b1)

Author SHA1 Message Date
A D Vishnu Prasad ad7448d24c Fix typo (#18644) 8 years ago
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
8 years ago
Sandra Wills c3a086a55e adding links and anchors for links, referencing check mode 9 years ago
Brian Coca 84cc5f9afb Merge pull request #9961 from volanja/replace_running_to_started
to replace `running` with `started`
9 years ago
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 9 years ago
volanja e213fdb15d to replace `running` with `started` 10 years ago
Pascal Borreli fe40a7d88a Fixed typos 10 years ago
Sven-Hendrik Haase 28daa116ab Few language fixes
Hopefully I got them right! :)
10 years ago
Adam Morris 6c9cb5de87 Update test_strategies.rst
Changed unit tests to unit test for the singular playbook...
10 years ago
Adam Morris 30ac368d5c Update test_strategies.rst
Typo - State should have been stage.
10 years ago
Michael DeHaan e43ae3c0f7 Update test strategies guide. 10 years ago