From 2ccdc4546d38ed0e9d6784668168c4d566311f6f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 28 Apr 2024 18:46:49 +0200 Subject: move raspios and openwrt folders to installer/ --- spreadspace/image-generate.yml | 2 +- spreadspace/openwrt-deploy.yml | 2 +- spreadspace/vm-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'spreadspace') 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 }}" -- cgit v1.2.3