summaryrefslogtreecommitdiff
path: root/commands/command.py
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-12-12 17:16:47 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-12-12 17:16:47 -0500
commit10e70aaf2bdc20149e4e3d4d1ef744e597c9daec (patch)
treeaef4540648185b94bef518f4152f4fc6dee9e42c /commands/command.py
parented43b66d7756f9f48cc6e427eb3208af916f82af (diff)
downloadansible-modules-core-10e70aaf2bdc20149e4e3d4d1ef744e597c9daec.tar.gz
note that create globs only work on 2.0
fixes #2666
Diffstat (limited to 'commands/command.py')
-rw-r--r--commands/command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/command.py b/commands/command.py
index 3fe16882..2bd8f704 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -47,12 +47,12 @@ options:
default: null
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