summaryrefslogtreecommitdiff
path: root/commands/command.py
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2015-01-07 04:47:58 +0000
committerFederico G. Schwindt <fgsch@lodoss.net>2015-01-07 04:47:58 +0000
commit9e381264ae599788f77a629ce3ffc7d24cf7c20a (patch)
treee2ebfe1af8952343bdd0da7a539470eb31acf3ce /commands/command.py
parent3fca5e587694989cf74808d49341b83b487a782b (diff)
downloadansible-modules-core-9e381264ae599788f77a629ce3ffc7d24cf7c20a.tar.gz
Document globbing support
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 bc286d68..f9d2b18c 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -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