summaryrefslogtreecommitdiff
path: root/tasks/dependencies.yml
diff options
context:
space:
mode:
authorNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 17:01:52 +0300
committerNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 17:01:52 +0300
commit2d8782ec3d2a278679dd168ca94285fb265b5669 (patch)
tree882c43109dd584d1a504acde6c1a099116030b18 /tasks/dependencies.yml
parentfb28a48832d08788f7ac180220e3b684f81a2d4f (diff)
Support Fedora with ansible
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