diff --git a/tasks/main.yml b/tasks/main.yml index e2e8aa1..66a9007 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,9 @@ --- +- name: Update APT repositories. + ansible.builtin.apt: + update_cache: yes + when: ansible_facts['distribution'] == "Debian" + - name: Ensure Pip is installed. package: name: "{{ pip_package }}"