1 2 3 4 5 6 7 8 9 10
--- - name: Converge hosts: all tasks: - name: apt cache (on Debian) is up to date apt: update_cache: true cache_valid_time: 3600 when: ansible_os_family == 'Debian'