Add Note that trailing space is required.
Adding note that the space in find command is required for proper
matching.
Follow up to: a40dfaf9c3
Change-Id: Iaf357b132b04bf5753b57028d501f1968605154e
This commit is contained in:
parent
a40dfaf9c3
commit
78ae5632b6
@ -94,6 +94,7 @@
|
||||
command: vbmc list
|
||||
register: vbmc_list
|
||||
|
||||
# NOTE(NobodyCam): Space at the end of the find clause is required for proper matching.
|
||||
- name: delete vm from virtualbmc if it is there
|
||||
command: vbmc delete {{ vm_name }}
|
||||
when: vbmc_list.stdout.find("{{ vm_name }} ") != -1
|
||||
|
Loading…
Reference in New Issue
Block a user