summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/install-archlinux.yml')
-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"