aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-18 22:52:58 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-18 22:54:13 +0200
commit44b3809c82ba790be2d6e9c75348b0db73b3e294 (patch)
treecab4116649cf5cbfb2e9d06003778f48943559c4
parentuse ansible.builtin.package generic module (diff)
downloadinfra-ansible-44b3809c82ba790be2d6e9c75348b0db73b3e294.tar.gz
infra-ansible-44b3809c82ba790be2d6e9c75348b0db73b3e294.zip
apt: _actually_ don't reboot after cleaning up dependencies
-rw-r--r--roles/apt/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml
index b9bb12b..6e6004a 100644
--- a/roles/apt/tasks/main.yml
+++ b/roles/apt/tasks/main.yml
@@ -14,7 +14,6 @@
ansible.builtin.apt:
autoremove: true
purge: true
- notify: apt_reboot
- name: Install packages
become: true