- name: update apt cache hosts: main become: yes tasks: - name: run apt update apt: update_cache: yes