[PR #7296/756e8f5c backport][stable-7] Update from_csv.py docs (#7300)

Update from_csv.py docs (#7296)

Typo fix

(cherry picked from commit 756e8f5cca)

Co-authored-by: bontreger <bontreger@users.noreply.github.com>
pull/7306/head
patchback[bot] 2023-09-20 22:44:15 +02:00 committed by GitHub
parent bf54291500
commit 58ba101990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ EXAMPLES = '''
- name: Parse a CSV file's contents - name: Parse a CSV file's contents
ansible.builtin.debug: ansible.builtin.debug:
msg: >- msg: >-
{{ csv_data | community.genera.from_csv(dialect='unix') }} {{ csv_data | community.general.from_csv(dialect='unix') }}
vars: vars:
csv_data: | csv_data: |
Column 1,Value Column 1,Value