aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks/main.yml (follow)
Commit message (Collapse)AuthorAge
* switch to ansible.builtin.package in more placesEgor Tensin2023-09-19
|
* get rid of install_recommends=false for apt packagesEgor Tensin2023-09-19
| | | | | It will help to switch to the generic ansible.builtin.package module; it is also better to configure it globally anyway.
* apt: _actually_ don't reboot after cleaning up dependenciesEgor Tensin2023-09-18
|
* apt: the extra packages are optionalEgor Tensin2023-09-13
|
* sort module args, add missing state args, etc.Egor Tensin2023-09-01
|
* apt: don't remove after autoremoving dependenciesEgor Tensin2023-08-31
|
* apt_extra_packages -> apt_packagesEgor Tensin2023-08-31
|
* properly prefix thingsEgor Tensin2023-08-23
|
* apt: unattended upgrades are optionalEgor Tensin2023-08-12
|
* apt: configure unattended-upgradesEgor Tensin2023-08-11
|
* firewall: reboot on rule changesEgor Tensin2023-08-08
| | | | | | | | 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.
* apt: add a parameter to install packagesEgor Tensin2023-08-04
|
* import some common rolesEgor Tensin2023-08-04