Fixes for multi + config tests
This commit is contained in:
parent
c8d0173fb8
commit
af30f882dd
4 changed files with 13 additions and 6 deletions
|
|
@ -25,7 +25,7 @@
|
|||
when: es_plugins_reinstall
|
||||
|
||||
#if the plugins listed are different than those requested, we remove those installed but not listed in the config
|
||||
- set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | difference(es_plugins | json_query('es_plugins[*].plugin')) | default([]) }}"
|
||||
- set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | difference(es_plugins | json_query('[*].plugin')) | default([]) }}"
|
||||
when: not es_plugins_reinstall
|
||||
|
||||
# This removes any currently installed plugins (to prevent errors when reinstalling)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue