summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/setup.yml b/setup.yml
index 5fe4922..9dc1926 100644
--- a/setup.yml
+++ b/setup.yml
@@ -38,23 +38,6 @@
# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/command_module.html#parameter-creates
creates: "/var/lib/systemd/linger/{{ user }}"
- # -- PACKAGES --------------------------------------------------------------
-
- - name: install-packages
- become: true
- ansible.builtin.package:
- name: "{{ item }}"
- state: latest
- loop:
- - vim
- - podman
- - tmux
- - git
- - ncdu
- - restic
- # For restic mount.
- - fuse
-
# -- COPY FILES ------------------------------------------------------------
- name: copy-files