elasticsearch: update curator debian repository

This commit is contained in:
Jérémy Lecour 2017-11-26 12:38:59 +01:00 committed by Jérémy Lecour
parent bcd3553cbb
commit cc12f15b23

View file

@ -1,9 +1,13 @@
---
- name: Use the correct debian repository
set_fact:
curator_debian_repository: '{% if ansible_distribution_release == "jessie" %}debian{% else %}debian9{% endif %}'
- name: Curator sources list is available
apt_repository:
repo: "deb http://packages.elastic.co/curator/4/debian stable main"
filename: elastic
repo: "deb https://packages.elastic.co/curator/5/{{ curator_debian_repository }} stable main"
filename: curator
update_cache: yes
state: present
tags: