From 0ebe1e620d07e9e32945a481cfb3051faeb22417 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Sat, 6 Jan 2024 00:00:00 +0000 Subject: [PATCH] fix(common): fixed outdated apt cache when adding new packages --- .../nullified/infrastructure/roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml b/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml index 81bed5d..0632c54 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml @@ -58,7 +58,7 @@ ansible.builtin.apt: update_cache: true force_apt_get: true - cache_valid_time: 3600 + cache_valid_time: 0 pkg: - apt-transport-https - alpine