aboutsummaryrefslogtreecommitdiff
path: root/roles/sliver-c2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sliver-c2')
-rw-r--r--roles/sliver-c2/tasks/apt_install.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml
index 8910e04..3e118bc 100644
--- a/roles/sliver-c2/tasks/apt_install.yaml
+++ b/roles/sliver-c2/tasks/apt_install.yaml
@@ -2,4 +2,5 @@
apt:
name: "{{ apt_packages }}"
state: present
- update_cache: true \ No newline at end of file
+ update_cache: true
+ cache_valid_time: 86400