From 398407aa2eb2bb916a0c89bfa02f4f5e02298e2f Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Sat, 16 Dec 2023 04:27:50 -0600 Subject: [PATCH] Force apt cache update (#24) --- tasks/repo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/repo.yml b/tasks/repo.yml index b2679f3..bfc1ba0 100644 --- a/tasks/repo.yml +++ b/tasks/repo.yml @@ -7,13 +7,14 @@ block: - name: Install Debian package helpers - ansible.builtin.package: + ansible.builtin.apt: name: - apt-transport-https - ca-certificates - python3-docker - python3-pip - curl + update_cache: true - name: Install apt key ansible.builtin.apt_key: