Bypass pip constraints when installing Elastic Curator

The elasticsearch-curator package requires certifi 2018.4.16 but this
is constrained to version 2018.1.18. Use isolated mode to allow
installation of the upstream version.

Change-Id: I4ba387afab35230e70b45fab42b6bfaf9ffeba19
This commit is contained in:
Jonathan Rosser 2018-06-04 08:56:11 +00:00 committed by Jonathan Rosser
parent f7d471b2fe
commit 31c5b833ed

View File

@ -29,6 +29,7 @@
pip:
name: elasticsearch-curator
state: "{{ elk_package_state | default('present') }}"
extra_args: --isolated
- name: exit playbook after uninstall
meta: end_play