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:
Michael Russell 2018-12-27 17:35:44 +01:00
parent 3e265a467d
commit c2e51f8ecf
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -23,7 +23,7 @@
- name: RedHat - Remove the other elasticsearch package if switching between OSS and standard - name: RedHat - Remove the other elasticsearch package if switching between OSS and standard
become: yes become: yes
yum: yum:
name: es_other_package_name name: '{{ es_other_package_name }}'
state: 'absent' state: 'absent'
- name: RedHat - Install Elasticsearch - name: RedHat - Install Elasticsearch