Merge pull request #526 from Fra-nk/upstream
Allow not installing Elasticsearch deb repository key
This commit is contained in:
commit
dab87992ec
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
apt_key:
|
||||
url: '{{ es_apt_key }}'
|
||||
state: present
|
||||
when: es_apt_key is defined
|
||||
when: es_apt_key | string
|
||||
|
||||
- name: Debian - Add elasticsearch repository
|
||||
apt_repository:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue