--- - name: Converge hosts: all gather_facts: false pre_tasks: - name: Update apt cache. ansible.builtin.apt: update_cache: true cache_valid_time: 86400 roles: - grafana_server