summaryrefslogtreecommitdiff
path: root/tasks/dependencies/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/dependencies/ubuntu.yml')
-rw-r--r--tasks/dependencies/ubuntu.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tasks/dependencies/ubuntu.yml b/tasks/dependencies/ubuntu.yml
deleted file mode 100644
index 742fda3..0000000
--- a/tasks/dependencies/ubuntu.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- name: Update Aptitude
- become: true
- ansible.builtin.apt:
- update_cache: true
- tags:
- - always