mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 09:04:20 +01:00
Support for package downgrade
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
---
|
||||
|
||||
- set_fact: force_install=no
|
||||
tags:
|
||||
- always
|
||||
|
||||
- set_fact: force_install=yes
|
||||
when: es_allow_downgrades
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Debian - Add Elasticsearch repository key
|
||||
apt_key: url="http://packages.elasticsearch.org/GPG-KEY-elasticsearch" state=present
|
||||
|
||||
Reference in New Issue
Block a user