mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 04:41:27 +00: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:
@@ -39,10 +39,10 @@ options:
|
||||
version_added: "2.6"
|
||||
creates:
|
||||
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:
|
||||
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"
|
||||
chdir:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user