From 776d079e6b9ca5e0c5cb32d3e2e9cfdbf2d5f776 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 28 Feb 2016 11:51:17 +0100 Subject: [PATCH] Fix non RFC 2606 domain name in doc --- lib/ansible/modules/network/basics/uri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/basics/uri.py b/lib/ansible/modules/network/basics/uri.py index 06f1447580..ddd7e68063 100644 --- a/lib/ansible/modules/network/basics/uri.py +++ b/lib/ansible/modules/network/basics/uri.py @@ -189,7 +189,7 @@ EXAMPLES = ''' # access the app in later tasks - uri: - url: https://your.form.based.auth.examle.com/index.php + url: https://your.form.based.auth.example.com/index.php method: POST body: "name=your_username&password=your_password&enter=Sign%20in" status_code: 302