mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Document globbing support
This commit is contained in:
committed by
Matt Clay
parent
f096359608
commit
b6258a1e4c
@@ -48,12 +48,12 @@ options:
|
|||||||
aliases: []
|
aliases: []
|
||||||
creates:
|
creates:
|
||||||
description:
|
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
|
required: no
|
||||||
default: null
|
default: null
|
||||||
removes:
|
removes:
|
||||||
description:
|
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"
|
version_added: "0.8"
|
||||||
required: no
|
required: no
|
||||||
default: null
|
default: null
|
||||||
|
|||||||
Reference in New Issue
Block a user