From 6b20b109fd455ffa71351890a18940e7da326229 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:34 +0200 Subject: Make bootstrap raspberry more detailed with minimal setup --- roles/bootstrap/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/bootstrap/tasks/main.yml') diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml index 4e86312..f74e743 100644 --- a/roles/bootstrap/tasks/main.yml +++ b/roles/bootstrap/tasks/main.yml @@ -18,7 +18,7 @@ - name: "Install raspberry" ansible.builtin.include_tasks: "install-raspberry.yml" - when: ansible_distribution == "Debian" + when: ansible_distribution == "Debian" and ansible_architecture == "aarch64" - name: "Ensure ansible dependencies are installed in chroot" ansible.builtin.command: -- cgit v1.2.3