Skip to content

Commit e4dcabc

Browse files
committed
test
1 parent f2fa4b5 commit e4dcabc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

examples/vm_os_upgrade/05_clone_from_source.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
- ansible.builtin.assert:
1616
that:
1717
- vm_cloned is changed
18-
- vm_cloned.msg == "Virtual machine - {{ source_vm_name }} - cloning complete to - {{ cloned_vm_name }} and boot order was set - you can change it with vm_boot_devices module.."
18+
- vm_cloned.msg == expected_clone_msg
19+
vars:
20+
expected_clone_msg: >-
21+
Virtual machine - {{ source_vm_name }} - cloning complete to -
22+
{{ cloned_vm_name }} and boot order was set - you can change it with
23+
vm_boot_devices module..
1924
2025
- name: Get info about VM {{ cloned_vm_name }}
2126
scale_computing.hypercore.vm_info:

0 commit comments

Comments
 (0)