mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7296/756e8f5c backport][stable-6] Update from_csv.py docs (#7299)
Update from_csv.py docs (#7296)
Typo fix
(cherry picked from commit 756e8f5cca
)
Co-authored-by: bontreger <bontreger@users.noreply.github.com>
This commit is contained in:
parent
65ce979d4a
commit
d237faa447
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ EXAMPLES = '''
|
|||
- name: Parse a CSV file's contents
|
||||
ansible.builtin.debug:
|
||||
msg: >-
|
||||
{{ csv_data | community.genera.from_csv(dialect='unix') }}
|
||||
{{ csv_data | community.general.from_csv(dialect='unix') }}
|
||||
vars:
|
||||
csv_data: |
|
||||
Column 1,Value
|
||||
|
|
Loading…
Reference in a new issue