--- - name: Update apt cache for Debian/Ubuntu ansible.builtin.apt: update_cache: yes cache_valid_time: 3600 when: ansible_os_family == "Debian"