1 2 3 4 5 6 7 8
--- - name: "Update package cache" become: true ansible.builtin.package: update_cache: true async: 60 poll: 5 failed_when: false