---
- name: Update APT Repositories
hosts: all
become: yes
tasks:
- name: Update APT package index
apt:
update_cache: yes