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

10 lines
147 B
YAML
Raw Normal View History

2024-07-15 09:12:16 +00:00
---
- name: Update APT Repositories
hosts: all
become: yes
tasks:
- name: Update APT package index
apt:
update_cache: yes