Merge "Add Note that trailing space is required."

This commit is contained in:
Jenkins 2017-03-23 09:05:17 +00:00 committed by Gerrit Code Review
commit 10ae30a603

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