note that create globs only work on 2.0

fixes #2666
This commit is contained in:
Brian Coca 2015-12-12 17:16:47 -05:00 committed by Matt Clay
parent b4f87ac7fe
commit 3b934016c0

View file

@ -49,12 +49,12 @@ options:
aliases: []
creates:
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
default: null
removes:
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"
required: no
default: null