summaryrefslogtreecommitdiffstats
path: root/roles/network/tasks/install-archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/network/tasks/install-archlinux.yml')
-rw-r--r--roles/network/tasks/install-archlinux.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/network/tasks/install-archlinux.yml b/roles/network/tasks/install-archlinux.yml
index be4cc5e7..788febea 100644
--- a/roles/network/tasks/install-archlinux.yml
+++ b/roles/network/tasks/install-archlinux.yml
@@ -6,11 +6,3 @@
state: "present"
update_cache: true
tags: [required_for_boot]
-
-- name: "Ensrue network_packages_removed are removed"
- become: true
- community.general.pacman:
- name: "{{ network_packages_removed }}"
- state: "absent"
- extra_args: "-n" # Removes config files too
- # Not required for boot