Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

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

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