aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks/main.yml (unfollow)
Commit message (Collapse)Author
2023-09-13apt: the extra packages are optionalEgor 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-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