aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/systemd_depend_mount (unfollow)
Commit message (Collapse)Author
2023-09-19systemd_depend_*: don't restart servicesEgor Tensin
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
2023-09-04update role READMEsEgor Tensin
2023-08-23systemd_depend_*: don't restart missing servicesEgor Tensin
2023-08-23replace systemd_requires_mounts_for with systemd_depend_mountEgor Tensin
It should be better and more comprehensible.