From f1004407f8522bde309163116424594497a24682 Mon Sep 17 00:00:00 2001 From: "Xavier Pillons (MSFT)" Date: Thu, 14 Mar 2024 12:29:30 -0700 Subject: [PATCH] apt update cache on the deployer --- toolset/scripts/azhop-dependencies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolset/scripts/azhop-dependencies.yml b/toolset/scripts/azhop-dependencies.yml index d8f88b9e..e1fb42fb 100644 --- a/toolset/scripts/azhop-dependencies.yml +++ b/toolset/scripts/azhop-dependencies.yml @@ -37,6 +37,8 @@ apt: name: "{{ item }}" state: present + update_cache: yes + cache_valid_time: 3600 with_items: - apt-utils - curl