mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
Remove httplib2
The dependency on httplib2 was removed in Ansible 2.1
This commit is contained in:
@@ -37,7 +37,3 @@
|
||||
apt: deb=/tmp/elasticsearch-{{ es_version }}.deb
|
||||
when: not es_use_repository
|
||||
register: elasticsearch_install_from_package
|
||||
|
||||
# ansible uri module requires httplib2
|
||||
- name: python-httplib2
|
||||
apt: name=python-httplib2
|
||||
|
||||
Reference in New Issue
Block a user