mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
(cherry picked from commit 403c4f7477
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
43dc6ba533
commit
c5ff49db56
27 changed files with 110 additions and 110 deletions
|
@ -21,7 +21,7 @@ options:
|
|||
description:
|
||||
- The CSV filename to read data from.
|
||||
type: path
|
||||
required: yes
|
||||
required: true
|
||||
aliases: [ filename ]
|
||||
key:
|
||||
description:
|
||||
|
@ -45,7 +45,7 @@ options:
|
|||
description:
|
||||
- Whether the C(key) used is expected to be unique.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
delimiter:
|
||||
description:
|
||||
- A one-character string used to separate fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue