From a69ac7f0cd2b1953a59bdad17de169f5950556a3 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 30 Oct 2022 22:40:13 +1300 Subject: [PATCH] change vm start state from started to running --- ansible/roles/vm_deploy/tasks/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/vm_deploy/tasks/deploy.yaml b/ansible/roles/vm_deploy/tasks/deploy.yaml index 5673eeb..1abfa12 100644 --- a/ansible/roles/vm_deploy/tasks/deploy.yaml +++ b/ansible/roles/vm_deploy/tasks/deploy.yaml @@ -78,5 +78,5 @@ - name: start vm community.libvirt.virt: - state: started + state: running name: "{{ vm_name }}" \ No newline at end of file