summaryrefslogtreecommitdiffstats
path: root/roles/package_cache/tasks/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-26 19:14:40 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-26 19:14:40 +0100
commitd09f67a9c4f2145bb2f7dfcd93eb0bbdcffd14bf (patch)
treeaf12091688bda5571ec26414d56516fbb6eadb6a /roles/package_cache/tasks/main.yml
parent8f685d383330836caa95ab974279a318764d23a4 (diff)
Replace the package_cache role with pre-task since it wasn't reused
It was expected to have the package_cache role reused or added as dependency for other roles, but it turned out it's not used that way, therefore removing it to a more simpler approach
Diffstat (limited to 'roles/package_cache/tasks/main.yml')
-rw-r--r--roles/package_cache/tasks/main.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/package_cache/tasks/main.yml b/roles/package_cache/tasks/main.yml
deleted file mode 100644
index 0e14438a..00000000
--- a/roles/package_cache/tasks/main.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: "Update package cache"
- become: true
- ansible.builtin.package:
- update_cache: true
- async: 60
- poll: 5
- failed_when: false