summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-12-02 16:08:15 -0800
committerBrian Coca <bcoca@ansible.com>2015-12-02 16:08:15 -0800
commit1229adb36c06447ffe11274265a033a9522186bf (patch)
tree2f57f5e80bceda59e9ed5197994245c08ac93128
parent292a83cba7693143f39b92c64cb5493423c81bee (diff)
parent34f7d7b06828d3cf22781dcc7907ecb5a856e2bf (diff)
downloadansible-modules-core-1229adb36c06447ffe11274265a033a9522186bf.tar.gz
Merge pull request #2609 from cspollar/devel
Fixed typo in uri module example
-rw-r--r--network/basics/uri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/basics/uri.py b/network/basics/uri.py
index 5c090752..73b2f059 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