From 756e8f5cca2a1d150ec7af237f93c082fe679c4b Mon Sep 17 00:00:00 2001 From: bontreger Date: Wed, 20 Sep 2023 16:02:54 -0400 Subject: [PATCH] Update from_csv.py docs (#7296) Typo fix --- plugins/filter/from_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filter/from_csv.py b/plugins/filter/from_csv.py index 7af655d6f7..310138d496 100644 --- a/plugins/filter/from_csv.py +++ b/plugins/filter/from_csv.py @@ -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