role(apt_sources): add role to modify default apt repo list

This commit is contained in:
2025-01-12 19:06:13 +01:00
parent 9f5295310f
commit 058025d6dd
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: update apt sources
listen: apt_sources_update
become: true
ansible.builtin.apt:
update_cache: true