From 8af5da58098c450d8aa11add10ae0a4f78ff9435 Mon Sep 17 00:00:00 2001 From: Anarion Date: Tue, 21 May 2024 17:14:40 +0200 Subject: [PATCH] Update apr cache beforehand --- roles/livehelperchat/molecule/default/prepare.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/livehelperchat/molecule/default/prepare.yml b/roles/livehelperchat/molecule/default/prepare.yml index fd5ed714d0..4e308341c5 100644 --- a/roles/livehelperchat/molecule/default/prepare.yml +++ b/roles/livehelperchat/molecule/default/prepare.yml @@ -6,5 +6,6 @@ ansible.builtin.apt: name: unzip state: present + update_cache: true register: result until: result is succeeded