From e6166b40cc8f8766b8c91c46e98a89afeec3bd8f Mon Sep 17 00:00:00 2001 From: schowave Date: Mon, 3 Jun 2019 17:06:48 +0200 Subject: [PATCH] Fixes typo in get_url (#57305) Fixes Typo, need instead of ned --- lib/ansible/modules/net_tools/basics/get_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/basics/get_url.py b/lib/ansible/modules/net_tools/basics/get_url.py index 86fe01a5be3..ccee29caccf 100644 --- a/lib/ansible/modules/net_tools/basics/get_url.py +++ b/lib/ansible/modules/net_tools/basics/get_url.py @@ -222,7 +222,7 @@ EXAMPLES = r''' dest: /tmp/afilecopy.txt - name: < Fetch file that requires authentication. - username/password only availabe since 2.8, in older versions you ned to use url_username/url_password + username/password only availabe since 2.8, in older versions you need to use url_username/url_password get_url: url: http://example.com/path/file.conf dest: /etc/foo.conf