From 5edd076241dd01b2d30e2adf4601438ee3f21775 Mon Sep 17 00:00:00 2001 From: Stanislav German-Evtushenko Date: Fri, 17 Jan 2020 11:40:14 +0900 Subject: [PATCH] Update return doc in python_requirements_info (#66519) not_found is a list and not dict --- lib/ansible/modules/system/python_requirements_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/python_requirements_info.py b/lib/ansible/modules/system/python_requirements_info.py index 820a9d5d601..aa9e70ec867 100644 --- a/lib/ansible/modules/system/python_requirements_info.py +++ b/lib/ansible/modules/system/python_requirements_info.py @@ -81,7 +81,7 @@ mismatched: not_found: description: A list of packages that could not be imported at all, and are not installed returned: always - type: dict + type: list sample: - boto4 - requests