Document globbing support

reviewable/pr18780/r1
Federico G. Schwindt 10 years ago
parent 3fca5e5876
commit 9e381264ae

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

Loading…
Cancel
Save