mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
Test improvements for xpack + httplib2 support
This commit is contained in:
@@ -26,3 +26,7 @@
|
||||
apt: deb=/tmp/elasticsearch-{{ es_version }}.deb
|
||||
when: not es_use_repository
|
||||
register: elasticsearch_install_from_package
|
||||
|
||||
# ansible uri module requires httplib2
|
||||
- name: pip httplib2
|
||||
pip: name=httplib2 extra_args="--user"
|
||||
Reference in New Issue
Block a user