Merge "Add Note that trailing space is required."
This commit is contained in:
commit
10ae30a603
@ -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…
x
Reference in New Issue
Block a user