Skip to content

Commit a4dd5aa

Browse files
committed
Add always_run task parameter
See documentation: http://docs.ansible.com/test_strategies.html
1 parent 2c1f9e4 commit a4dd5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ until Boolean, task will retry until evaluates true or until ``ret
145145
retries Used with "until", number of times to retry. Default: ``3``
146146
delay Used with "until", seconds to wait between retries. Default: ``10``
147147
run_once If true, runs task on only one of the hosts
148+
always_run If true, runs task even when in --check mode
148149
================== =========================================================================================
149150

150151
Complex args

0 commit comments

Comments
 (0)