Test improvements for xpack + httplib2 support
This commit is contained in:
parent
a149328ae8
commit
d73e515de3
12 changed files with 166 additions and 21 deletions
|
|
@ -20,3 +20,7 @@
|
|||
yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present
|
||||
when: not es_use_repository
|
||||
register: elasticsearch_install_from_package
|
||||
|
||||
# ansible uri module requires httplib2
|
||||
- name: pip httplib2
|
||||
pip: name=httplib2 extra_args="--user"
|
||||
Loading…
Add table
Add a link
Reference in a new issue