naming unnamed tasks

This commit is contained in:
Cloud Fox 2018-02-04 07:09:23 +00:00
parent d7a5af8c33
commit dd9b4aad97
12 changed files with 155 additions and 77 deletions

View file

@ -1,7 +1,8 @@
---
#Test if feature is installed
- shell: "{{es_home}}/bin/elasticsearch-plugin list | grep x-pack"
- name: Test if x-pack is installed
shell: "{{es_home}}/bin/elasticsearch-plugin list | grep x-pack"
become: yes
register: x_pack_installed
changed_when: False