diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-04-28 18:46:49 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-04-28 18:46:49 +0200 |
commit | 2ccdc4546d38ed0e9d6784668168c4d566311f6f (patch) | |
tree | f7893ea03c648e63a1ace6388b2ab0162b1861a6 /dan/image-generate.yml | |
parent | update prometheus exporter ssl and chrony (diff) |
move raspios and openwrt folders to installer/
Diffstat (limited to 'dan/image-generate.yml')
-rw-r--r-- | dan/image-generate.yml | 2 |
1 files changed, 1 insertions, 1 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 |