Merge branch 'master' into option_add_repo
This commit is contained in:
commit
71c405f86d
5 changed files with 9 additions and 4 deletions
|
|
@ -35,6 +35,10 @@
|
|||
name: '{{ es_other_package_name }}'
|
||||
state: 'absent'
|
||||
|
||||
- name: Include optional user and group creation.
|
||||
when: (es_user_id is defined) and (es_group_id is defined)
|
||||
include: elasticsearch-optional-user.yml
|
||||
|
||||
- name: RedHat - Install Elasticsearch
|
||||
become: yes
|
||||
yum:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue