Fix jinja syntax variable fun
How it was previously "worked" but just ignored trying to remove the package. Luckily it was caught by the test-kitchen testing!
This commit is contained in:
parent
3e265a467d
commit
c2e51f8ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
- name: RedHat - Remove the other elasticsearch package if switching between OSS and standard
|
||||
become: yes
|
||||
yum:
|
||||
name: es_other_package_name
|
||||
name: '{{ es_other_package_name }}'
|
||||
state: 'absent'
|
||||
|
||||
- name: RedHat - Install Elasticsearch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue