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/tasks/unattended_upgrades.yml (unfollow)
Commit message (Collapse)Author
2023-09-19get rid of install_recommends=false for apt packagesEgor Tensin
It will help to switch to the generic ansible.builtin.package module; it is also better to configure it globally anyway.
2023-09-04fix task names, small refactoring, etc.Egor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-11fix some ansible-lint warningsEgor Tensin
2023-08-11apt: configure unattended-upgradesEgor Tensin