Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/systemd_depend_iface/handlers (follow)
Commit message (Collapse)AuthorAge
* systemd_depend_*: don't restart servicesEgor Tensin2023-09-19
| | | | | | | | | | | | 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
* systemd_depend_*: don't restart missing servicesEgor Tensin2023-08-23
|
* add role systemd_depend_ifaceEgor Tensin2023-08-23