make repository key id configurable via variable
This commit is contained in:
parent
fab0f9495a
commit
212c4e1389
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- name: Debian - Add Elasticsearch repository key
|
- name: Debian - Add Elasticsearch repository key
|
||||||
become: yes
|
become: yes
|
||||||
apt_key: url="{{ es_apt_key }}" id=46095ACC8548582C1A2699A9D27D666CD88E42B4 state=present
|
apt_key: url="{{ es_apt_key }}" id="{{ es_apt_key_id }}" state=present
|
||||||
when: es_use_repository and es_apt_key
|
when: es_use_repository and es_apt_key
|
||||||
|
|
||||||
- name: Debian - Add elasticsearch repository
|
- name: Debian - Add elasticsearch repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue