From 053326e9343a9586ea93618c6b8c22e283338f6f Mon Sep 17 00:00:00 2001 From: Loraine Gueguen Date: Fri, 2 Aug 2024 00:05:08 +0200 Subject: [PATCH] pretask before nginx role, with apt WITHOUT update_cache option --- tasks/install.dependencies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/install.dependencies.yml b/tasks/install.dependencies.yml index a964ca1..b11b734 100644 --- a/tasks/install.dependencies.yml +++ b/tasks/install.dependencies.yml @@ -10,7 +10,6 @@ - ca-certificates - gnupg - gpg-agent - update_cache: true state: latest - name: Update apt cache. apt: update_cache=true cache_valid_time=600