From d75961c25ff42da372f54cdba42fb0ce28d740c3 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Wed, 20 Jul 2016 14:59:10 +0100 Subject: [PATCH] Support for package downgrade --- tasks/elasticsearch-Debian.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/elasticsearch-Debian.yml b/tasks/elasticsearch-Debian.yml index cc2112c..dba5fa5 100644 --- a/tasks/elasticsearch-Debian.yml +++ b/tasks/elasticsearch-Debian.yml @@ -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