mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify the creates and removes options (#45485)
* Clarify the creates and removes options The description for the creates and removes options were worded poorly. This change improves readability and is easier to understand. Double negatives are BAD +label: docsite_pr * Fix trailing whitespace
This commit is contained in:
parent
f68cd1acc6
commit
bf90a44468
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ options:
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
creates:
|
creates:
|
||||||
description:
|
description:
|
||||||
- A filename or (since 2.0) glob pattern, when it already exists, this step will B(not) be run.
|
- A filename or (since 2.0) glob pattern. If it already exists, this step B(won't) be run.
|
||||||
removes:
|
removes:
|
||||||
description:
|
description:
|
||||||
- A filename or (since 2.0) glob pattern, when it does not exist, this step will B(not) be run.
|
- A filename or (since 2.0) glob pattern. If it already exists, this step B(will) be run.
|
||||||
version_added: "0.8"
|
version_added: "0.8"
|
||||||
chdir:
|
chdir:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue