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/attackbox/tasks/chrome_install.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/attackbox/tasks/chrome_install.yaml') diff --git a/roles/attackbox/tasks/chrome_install.yaml b/roles/attackbox/tasks/chrome_install.yaml index a237b81..1bf272f 100644 --- a/roles/attackbox/tasks/chrome_install.yaml +++ b/roles/attackbox/tasks/chrome_install.yaml @@ -16,6 +16,7 @@ - name: update apt cache apt: update_cache: true + cache_valid_time: 86400 - name: install google chrome apt: -- cgit v1.2.3