From d0686f0f7777816b769ec2e016714768a6275300 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 31 May 2023 00:14:24 +0900 Subject: [PATCH] fix typo in from_yaml_all.yml (#80911) mulitple -> multiple --- lib/ansible/plugins/filter/from_yaml_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/filter/from_yaml_all.yml b/lib/ansible/plugins/filter/from_yaml_all.yml index b179f1cb85b..312cfb33387 100644 --- a/lib/ansible/plugins/filter/from_yaml_all.yml +++ b/lib/ansible/plugins/filter/from_yaml_all.yml @@ -8,7 +8,7 @@ DOCUMENTATION: - If multiple YAML documents are not supplied, this is the equivalend of using C(from_yaml). notes: - This filter functions as a wrapper to the Python C(yaml.safe_load_all) function, part of the L(pyyaml Python library, https://pypi.org/project/PyYAML/). - - Possible conflicts in variable names from the mulitple documents are resolved directly by the pyyaml library. + - Possible conflicts in variable names from the multiple documents are resolved directly by the pyyaml library. options: _input: description: A YAML string.