summaryrefslogtreecommitdiff
path: root/vm-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-05-24 23:40:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-05-24 23:40:30 +0200
commit79c40fec07d7ea906cf1375fa93a4b202766ba79 (patch)
tree11266d83065f2507da0d1f118a8d832be82a13c2 /vm-install.yml
parentsome cleanups (diff)
move vm roles to subdir
Diffstat (limited to 'vm-install.yml')
-rw-r--r--vm-install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm-install.yml b/vm-install.yml
index e82aa33c..c79adc2f 100644
--- a/vm-install.yml
+++ b/vm-install.yml
@@ -8,7 +8,7 @@
delegate_to: "{{ vm_install.host }}"
delegate_facts: yes
roles:
- - role: vm-install
+ - role: vm/install
- import_playbook: "host_playbooks/{{ vmname }}.yml"