diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-18 22:52:58 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-18 22:54:13 +0200 |
commit | 44b3809c82ba790be2d6e9c75348b0db73b3e294 (patch) | |
tree | cab4116649cf5cbfb2e9d06003778f48943559c4 | |
parent | use ansible.builtin.package generic module (diff) | |
download | infra-ansible-44b3809c82ba790be2d6e9c75348b0db73b3e294.tar.gz infra-ansible-44b3809c82ba790be2d6e9c75348b0db73b3e294.zip |
apt: _actually_ don't reboot after cleaning up dependencies
-rw-r--r-- | roles/apt/tasks/main.yml | 1 |
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 |