aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks (unfollow)
Commit message (Collapse)Author
2023-09-19switch to ansible.builtin.package in more placesEgor Tensin
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-18apt: _actually_ don't reboot after cleaning up dependenciesEgor Tensin
2023-09-13apt: the extra packages are optionalEgor Tensin
2023-09-04fix task names, small refactoring, etc.Egor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-31apt: don't remove after autoremoving dependenciesEgor Tensin
2023-08-31apt_extra_packages -> apt_packagesEgor Tensin
2023-08-23properly prefix thingsEgor Tensin
2023-08-12apt: unattended upgrades are optionalEgor Tensin
2023-08-11fix some ansible-lint warningsEgor Tensin
2023-08-11apt: configure unattended-upgradesEgor Tensin
2023-08-08firewall: reboot on rule changesEgor Tensin
Just restaring netfilter-persistent could break other services depending on iptables, like Docker. Also, I'm not sure why I need a wait_for_connection after a reboot call, so get rid of those.
2023-08-04apt: add a parameter to install packagesEgor Tensin
2023-08-04import some common rolesEgor Tensin