summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/vm-deploy.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/common/vm-deploy.yml b/common/vm-deploy.yml
index e7c9ded7..bc2e8039 100644
--- a/common/vm-deploy.yml
+++ b/common/vm-deploy.yml
@@ -22,11 +22,9 @@
when:
- (output_images | length) != 1
- - name: fetch infos from image file
- stat:
- path: "{{ output_images | first }}"
- get_mime: yes
- register: output_images_info
- - debug:
- var: output_images_info.stat
+- name: deploy vm
+ hosts: "{{ install_hostname }}"
+ gather_facts: no
+ roles:
+ - role: vm/guest/deploy