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