diff --git a/lib/ansible/modules/net_tools/basics/uri.py b/lib/ansible/modules/net_tools/basics/uri.py index a598b0168e1..c538db84ce5 100644 --- a/lib/ansible/modules/net_tools/basics/uri.py +++ b/lib/ansible/modules/net_tools/basics/uri.py @@ -70,8 +70,8 @@ options: description: - Whether or not to return the body of the response as a "content" key in the dictionary result. - - If the reported Content-type is "application/json", then the JSON is - additionally loaded into a key called C(json) in the dictionary results. + - Independently of this option, if the reported Content-type is "application/json", then the JSON is + always loaded into a key called C(json) in the dictionary results. type: bool default: no force_basic_auth: