fix task name

This commit is contained in:
Nicolas Lastra 2021-10-13 15:08:06 -03:00
parent 3f29fa40cc
commit a12908b667
No known key found for this signature in database
GPG Key ID: 749E0D60DEC5E4D8

View File

@ -11,7 +11,7 @@
- import_tasks: Debian.yml
when: ansible_os_family == 'Debian'
- name: Check elasticsearch-plugin performance-analyzer is install
- name: Check if performance-analyzer is installed
become: true
command: ./elasticsearch-plugin list | grep 'opendistro-performance-analyzer'
register: elasticsearch_performance