You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/vm_os_upgrade/05_clone_from_source.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,12 @@
15
15
- ansible.builtin.assert:
16
16
that:
17
17
- 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.."
0 commit comments