From fce060bdec795f21a28f985e0bbf2a6f7d2ceb6e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 13 Nov 2025 18:40:52 -0600 Subject: [PATCH] r/ssh-host-certs: Fix circular dep in reload.path The `reload-ssh-cert.path` unit introduced a circular ordering dependency with `sshd.service` by way of `paths.target`. There's no particular reason for this dependency here, so we need to remove it to resolve the issue. --- roles/ssh-host-certs/files/reload-ssh-cert.path | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ssh-host-certs/files/reload-ssh-cert.path b/roles/ssh-host-certs/files/reload-ssh-cert.path index f4fdb71..8488c99 100644 --- a/roles/ssh-host-certs/files/reload-ssh-cert.path +++ b/roles/ssh-host-certs/files/reload-ssh-cert.path @@ -1,6 +1,5 @@ [Unit] Description=Watch SSH Host certificates for renewal -After=sshd.service [Path] PathChanged=/etc/ssh/ssh_host_rsa_key-cert.pub