Test improvements for xpack + httplib2 support

This commit is contained in:
Dale McDiarmid 2016-07-23 19:48:50 +01:00
parent a149328ae8
commit d73e515de3
12 changed files with 166 additions and 21 deletions

View file

@ -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"