diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-27 15:36:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-27 15:36:04 +0200 |
| commit | 2dc83f1db57d2ab6115f076bf90a81aa00107cc5 (patch) | |
| tree | 921e5cff7356bde3bcd0b7609e753b5f89ceeef5 /roles/bootstrap/tasks/install-archlinux.yml | |
| parent | 6153a7fe076ad3ff0cb1794ea3b9062c61358936 (diff) | |
Fail loudly on errors during install
Diffstat (limited to 'roles/bootstrap/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
