From 34f7d7b06828d3cf22781dcc7907ecb5a856e2bf Mon Sep 17 00:00:00 2001 From: cspollar Date: Wed, 2 Dec 2015 14:01:16 -0600 Subject: [PATCH] Fixed typo in uri module example --- network/basics/uri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/basics/uri.py b/network/basics/uri.py index 5c0907523b8..73b2f059f7e 100644 --- a/network/basics/uri.py +++ b/network/basics/uri.py @@ -159,7 +159,7 @@ EXAMPLES = ''' register: webpage - action: fail - when: "'illustrative' not in webpage.content" + when: "'AWESOME' not in webpage.content" # Create a JIRA issue