From fb28a48832d08788f7ac180220e3b684f81a2d4f Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Tue, 8 Aug 2023 16:59:14 +0300 Subject: Fix linting errors --- tasks/dependencies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tasks/dependencies.yml') 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 -- cgit v1.2.3