summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-11 17:27:38 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-11 17:27:38 +0100
commit362142db5a4f5004ab02e32ab5086a9668b6d71d (patch)
tree065681718f0e0627c915ea0f973669328c8c3e8d /roles/bootstrap
parent1fc10537c698036364c1fbf8f1a21179ee82c6be (diff)
Revert "Fix live environment keyring issues when the iso was created long ago"
This reverts commit 1fc10537c698036364c1fbf8f1a21179ee82c6be.
Diffstat (limited to 'roles/bootstrap')
-rw-r--r--roles/bootstrap/tasks/install-archlinux.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml
index b672689..6812926 100644
--- a/roles/bootstrap/tasks/install-archlinux.yml
+++ b/roles/bootstrap/tasks/install-archlinux.yml
@@ -1,14 +1,4 @@
---
-- name: "Refresh live environment pacman keyring"
- ansible.builtin.command:
- cmd: "{{ item }}"
- changed_when: true
- failed_when: false
- loop:
- - "pacman-key --init"
- - "pacman-key --populate"
- - "pacman-key --refresh-keys"
-
- name: "Run pacstrap"
ansible.builtin.command:
cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware"