python-microservices-projec.../ansible/update-apt-repo.yaml

10 lines
147 B
YAML

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