Make description of removes option of command module clearer (hopefully) (#68097)
* Improves description of removes option in command module Co-authored-by: Eric L <android@lavar.de>
This commit is contained in:
parent
4e72ce805d
commit
852906fe7f
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@ options:
|
|||
creates:
|
||||
type: path
|
||||
description:
|
||||
- A filename or (since 2.0) glob pattern. If it already exists, this step B(won't) be run.
|
||||
- A filename or (since 2.0) glob pattern. If a matching file already exists, this step B(won't) be run.
|
||||
removes:
|
||||
type: path
|
||||
description:
|
||||
- A filename or (since 2.0) glob pattern. If it already exists, this step B(will) be run.
|
||||
- A filename or (since 2.0) glob pattern. If a matching file exists, this step B(will) be run.
|
||||
version_added: "0.8"
|
||||
chdir:
|
||||
type: path
|
||||
|
|
Loading…
Add table
Reference in a new issue