ansible-role-backports/tasks/debian-12-or-earlier.yml

6 lines
196 B
YAML
Raw Normal View History

2025-09-02 21:11:31 +02:00
- name: install backports apt list
template:
src: backports.list.j2
dest: /etc/apt/sources.list.d/backports.list
# do this from a template to fully remove any other lines in the file.