diff --git a/tasks/main.yml b/tasks/main.yml index 5091e1c..bb236df 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,6 +2,7 @@ apt: state: present name: "{{ packages }}" + update_cache: yes - name: "Download Keeweb" get_url: