test: add cache update
This commit is contained in:
parent
caa0b35b38
commit
3505e157d9
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
|
roles:
|
||||||
|
- ansible-role-elasticsearch
|
||||||
vars:
|
vars:
|
||||||
elasticsearch_heap_size: 512m
|
elasticsearch_heap_size: 512m
|
||||||
elasticsearch_index_templates:
|
elasticsearch_index_templates:
|
||||||
|
@ -13,10 +15,8 @@
|
||||||
mappings:
|
mappings:
|
||||||
metrics:
|
metrics:
|
||||||
type: short
|
type: short
|
||||||
roles:
|
|
||||||
- ansible-role-elasticsearch
|
pre_tasks:
|
||||||
#
|
- name: update apt cache
|
||||||
# tasks:
|
ansible.builtin.apt:
|
||||||
# - name: "Include ansible-role-elasticsearch"
|
update_cache: true
|
||||||
# include_role:
|
|
||||||
# name: "ansible-role-elasticsearch"
|
|
||||||
|
|
Loading…
Reference in a new issue