Skip to content

Commit 81513f1

Browse files
committed
Merge pull request lorin#4 from JamesBarwell/task_always_run
Add always_run task parameter
2 parents 2c1f9e4 + a4dd5aa commit 81513f1

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)