From 05d7102d6afa2d255926a3f4169176dd406c9cd3 Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 29 May 2025 19:59:55 +0300 Subject: standardized bools, added cache_valid_time: 86400 --- roles/sliver-c2/tasks/apt_install.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/sliver-c2/tasks') 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 -- cgit v1.2.3