mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove incorrect statement, uri module doesn't require httplib2 anymore
This commit is contained in:
committed by
Matt Clay
parent
8676924da5
commit
83a6032b7a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user