From 2dc83f1db57d2ab6115f076bf90a81aa00107cc5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 27 May 2026 15:36:04 +0200 Subject: Fail loudly on errors during install --- roles/bootstrap/tasks/install-archlinux.yml | 1 - roles/bootstrap/tasks/install-ubuntu-mac.yml | 2 -- 2 files changed, 3 deletions(-) (limited to 'roles') diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 9a864c4..805a04b 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -6,7 +6,6 @@ - "pacman -Syu --noconfirm" - "pacman -Sy --needed archlinux-keyring --noconfirm" changed_when: true - failed_when: false - name: "Run pacstrap" ansible.builtin.command: diff --git a/roles/bootstrap/tasks/install-ubuntu-mac.yml b/roles/bootstrap/tasks/install-ubuntu-mac.yml index 2cdbd7d..0df496e 100644 --- a/roles/bootstrap/tasks/install-ubuntu-mac.yml +++ b/roles/bootstrap/tasks/install-ubuntu-mac.yml @@ -5,7 +5,6 @@ environment: MAKEFLAGS: "" changed_when: true - failed_when: false - name: "Configure unconfigured packages in chroot" ansible.builtin.command: @@ -13,7 +12,6 @@ environment: MAKEFLAGS: "" changed_when: true - failed_when: false - name: "Blacklist modules conflicting with broadcom-wl" ansible.builtin.copy: -- cgit v1.2.3