Remove incorrect statement, uri module doesn't require httplib2 anymore
This commit is contained in:
parent
8676924da5
commit
83a6032b7a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue