From cf657bcea06f61bd2148178b4ee8223aa868ba62 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Sat, 7 Jun 2025 00:00:00 +0000 Subject: [PATCH] fix(valkey): fixed typo in service unit description --- .../roles/valkey/templates/systemd/valkey.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collections/nullified/infrastructure/roles/valkey/templates/systemd/valkey.service.j2 b/ansible_collections/nullified/infrastructure/roles/valkey/templates/systemd/valkey.service.j2 index 9f4de2c..6384a3e 100644 --- a/ansible_collections/nullified/infrastructure/roles/valkey/templates/systemd/valkey.service.j2 +++ b/ansible_collections/nullified/infrastructure/roles/valkey/templates/systemd/valkey.service.j2 @@ -1,5 +1,5 @@ [Unit] -Description=Valey service +Description=Valkey service Documentation=https://github.com/valkey-io/valkey-doc Wants=network-online.target After=network-online.target