diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index cc444ca..710404c 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -49,3 +49,7 @@ repo: "{{ docker_apt_repository }}" state: present update_cache: true + +- name: Update apt cache + apt: + update_cache: yes