summaryrefslogtreecommitdiff
path: root/tasks/dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/dependencies.yml')
-rw-r--r--tasks/dependencies.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tasks/dependencies.yml b/tasks/dependencies.yml
deleted file mode 100644
index 983fc48..0000000
--- a/tasks/dependencies.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- name: Update Aptitude
- become: true
- ansible.builtin.apt::
- update_cache: true
- tags:
- - always
-
-- name: Install dependencies
- become: true
- ansible.builtin.apt::
- name: [curl, git, zsh, docker, fzf, tmux, stow, unzip, zip]
- tags:
- - always