summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-28 18:46:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-28 18:46:49 +0200
commit2ccdc4546d38ed0e9d6784668168c4d566311f6f (patch)
treef7893ea03c648e63a1ace6388b2ab0162b1861a6 /dan
parentupdate prometheus exporter ssl and chrony (diff)
move raspios and openwrt folders to installer/
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 }}"