summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/image-generate.yml2
-rw-r--r--spreadspace/openwrt-deploy.yml2
-rw-r--r--spreadspace/vm-deploy.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/spreadspace/image-generate.yml b/spreadspace/image-generate.yml
index 4c2f5fb9..1b11f1eb 100644
--- a/spreadspace/image-generate.yml
+++ b/spreadspace/image-generate.yml
@@ -4,7 +4,7 @@
connection: local
gather_facts: no
roles:
- - role: "{{ install_distro }}/image"
+ - role: "installer/{{ install_distro }}/image"
post_tasks:
- pause:
seconds: 0
diff --git a/spreadspace/openwrt-deploy.yml b/spreadspace/openwrt-deploy.yml
index 2832d6ed..e7cc49fa 100644
--- a/spreadspace/openwrt-deploy.yml
+++ b/spreadspace/openwrt-deploy.yml
@@ -4,6 +4,6 @@
connection: local
gather_facts: no
roles:
- - role: openwrt/image
+ - role: installer/openwrt/image
- import_playbook: ../common/openwrt-deploy.yml
diff --git a/spreadspace/vm-deploy.yml b/spreadspace/vm-deploy.yml
index 33268b6d..8530b14a 100644
--- a/spreadspace/vm-deploy.yml
+++ b/spreadspace/vm-deploy.yml
@@ -4,7 +4,7 @@
connection: local
gather_facts: no
roles:
- - role: "{{ install_distro }}/image"
+ - role: "installer/{{ install_distro }}/image"
- name: cook variables for host
hosts: "{{ install_hostname }}"