summaryrefslogtreecommitdiff
path: root/tasks/dependencies.yml
diff options
context:
space:
mode:
authorNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 16:59:14 +0300
committerNikolaos Boutalas <nikolaos@boutalas.me>2023-08-08 17:00:56 +0300
commitfb28a48832d08788f7ac180220e3b684f81a2d4f (patch)
treec352337506cf8dbbe2db307462ae200dbacb09fc /tasks/dependencies.yml
parentbb94bc3f36c3cd26fb57775663408ed804de2b8f (diff)
Fix linting errors
Diffstat (limited to 'tasks/dependencies.yml')
-rw-r--r--tasks/dependencies.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tasks/dependencies.yml b/tasks/dependencies.yml
index 9332322..983fc48 100644
--- a/tasks/dependencies.yml
+++ b/tasks/dependencies.yml
@@ -1,13 +1,13 @@
- name: Update Aptitude
become: true
- apt:
+ ansible.builtin.apt::
update_cache: true
- tags:
+ tags:
- always
- name: Install dependencies
become: true
- apt:
+ ansible.builtin.apt::
name: [curl, git, zsh, docker, fzf, tmux, stow, unzip, zip]
tags:
- always