Skip to content

Commit

Permalink
Fix missing gpg and deprecated apt-key for elasticsearch. AtlasOfLivi…
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Oct 6, 2020
1 parent f1316ef commit cbd6655
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
state: present

- name: Debian - Add Elasticsearch repository key
apt_key:
get_url:
url: '{{ es_apt_key }}'
state: present
dest: /etc/apt/trusted.gpg.d/elasticsearch.asc
mode: 0644
when: es_add_repository and es_apt_key | string

- name: Debian - Add elasticsearch repository
Expand Down

0 comments on commit cbd6655

Please sign in to comment.