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:
Chris Krelle 2017-03-20 08:38:21 -07:00
parent a40dfaf9c3
commit 78ae5632b6

View File

@ -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