From 83a6032b7ab1686695e4d732d77d53b01cf2f5f6 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Fri, 14 Oct 2016 14:42:45 +0200 Subject: [PATCH] Remove incorrect statement, uri module doesn't require httplib2 anymore --- lib/ansible/modules/extras/web_infrastructure/jenkins_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/extras/web_infrastructure/jenkins_plugin.py b/lib/ansible/modules/extras/web_infrastructure/jenkins_plugin.py index 266d7f49c77..af5adb462ff 100644 --- a/lib/ansible/modules/extras/web_infrastructure/jenkins_plugin.py +++ b/lib/ansible/modules/extras/web_infrastructure/jenkins_plugin.py @@ -251,7 +251,6 @@ EXAMPLES = ''' state: restarted when: jenkins_restart_required - # Requires python-httplib2 to be installed on the guest - name: Wait for Jenkins to start up uri: url: http://localhost:8080