This commit is contained in:
2026-02-04 23:25:58 +01:00
parent a41467f6d4
commit 8fe4047694
4 changed files with 51 additions and 54 deletions

View File

@@ -2,7 +2,7 @@
- name: (apt.yml) update configuration file - /etc/apt/sources.list
template:
src: "etc/apt/sources.list.{{ ansible_distribution }}.j2"
src: "etc/apt/sources.list.{{ ansible_facts['distribution'] }}.j2"
dest: /etc/apt/sources.list
owner: root
group: root