note that create globs only work on 2.0

fixes #2666
reviewable/pr18780/r1
Brian Coca 9 years ago
parent ed43b66d77
commit 10e70aaf2b

@ -47,12 +47,12 @@ options:
default: null default: null
creates: creates:
description: description:
- a filename or glob pattern, when it already exists, this step will B(not) be run. - a filename or (since 2.0) glob pattern, when it already exists, this step will B(not) be run.
required: no required: no
default: null default: null
removes: removes:
description: description:
- a filename or glob pattern, when it does not exist, this step will B(not) be run. - a filename or (since 2.0) glob pattern, when it does not exist, this step will B(not) be run.
version_added: "0.8" version_added: "0.8"
required: no required: no
default: null default: null

Loading…
Cancel
Save