summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
Diffstat (limited to 'dan')
-rw-r--r--dan/image-generate.yml2
-rw-r--r--dan/openwrt-deploy.yml2
-rw-r--r--dan/vm-deploy.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/dan/image-generate.yml b/dan/image-generate.yml
index 4c2f5fb9..1b11f1eb 100644
--- a/dan/image-generate.yml
+++ b/dan/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/dan/openwrt-deploy.yml b/dan/openwrt-deploy.yml
index 2832d6ed..e7cc49fa 100644
--- a/dan/openwrt-deploy.yml
+++ b/dan/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/dan/vm-deploy.yml b/dan/vm-deploy.yml
index 33268b6d..8530b14a 100644
--- a/dan/vm-deploy.yml
+++ b/dan/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 }}"