diff --git a/tasks/main.yml b/tasks/main.yml index cb96350..445a125 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,8 @@ - name: Update APT repositories. ansible.builtin.apt: update_cache: yes - when: ansible_facts['os_family'] == "Debian" + when: ansible_facts['os_family'] == "Debian" and + pip_sync_repospip_sync_repos is true - name: Ensure Pip is installed. package: