aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo/templates/repo.list.j2
blob: d7c8138cd2a39c4ee97e95fc574820aeec70ffab (plain) (blame)
1
2
3
{{ ansible_managed | comment }}

deb [signed-by={{ apt_repo_key_path }}] {{ apt_repo_url }} {{ apt_repo_distro | default(ansible_distribution_release) }} {{ apt_repo_component }}