chore(valkey): fix deprecation warning

This commit is contained in:
2025-12-22 11:11:14 +01:00
parent ec646647d4
commit adb0cfbeb6

View File

@@ -7,4 +7,4 @@ valkey_user_system: true
valkey_user_create_home: false
valkey_user_groups: ~
valkey_user_append_groups: >-2
{{ valkey_user_groups | default(true, false) | bool }}
{{ valkey_user_groups | default(true, false) }}