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
commit41b4878e1a14eb9d2d52c676d514a85979850aaa (patch)
treeaf12091688bda5571ec26414d56516fbb6eadb6a /roles/package_cache/tasks/main.yml
parent4788db4e053b717705df402f6af323ffa5ed9d47 (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