diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-19 15:03:30 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-19 15:03:33 +0200 |
commit | 3c55245c39d78dde94705f49ae1ec0d85c678190 (patch) | |
tree | d888d72c9bedac7b483787f304a332c9a8998d44 /roles/apt/tasks | |
parent | apt: _actually_ don't reboot after cleaning up dependencies (diff) | |
download | infra-ansible-3c55245c39d78dde94705f49ae1ec0d85c678190.tar.gz infra-ansible-3c55245c39d78dde94705f49ae1ec0d85c678190.zip |
systemd_depend_*: don't restart services
First, I don't think it's even necessary. If the service wasn't running,
then we don't need to restart it. If it was running, it'll continue
running fine with a new dependency; it'll be picked up on a future
restart.
Second, all of that doesn't even work due to (another) weird way Ansible
treats handlers:
https://github.com/ansible/ansible/issues/81722
Diffstat (limited to 'roles/apt/tasks')
0 files changed, 0 insertions, 0 deletions