quote interpolated variables in command
This commit is contained in:
parent
f8753ff76a
commit
02bb86a9f2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#Remove Plugin if installed and its not been requested or the ES version has changed
|
||||
- name: Remove {{item}} plugin
|
||||
command: {{es_home}}/bin/plugin remove {{item}}
|
||||
command: "{{es_home}}/bin/plugin remove {{item}}"
|
||||
register: xpack_state
|
||||
failed_when: "'ERROR' in xpack_state.stdout"
|
||||
changed_when: xpack_state.rc == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue