--- # Nextcloud Valkey Cache Setup # Valkey configuration is done via environment variables in the container # This file exists for consistency and future cache-specific tasks - name: Verify Valkey socket accessibility stat: path: "{{ valkey_unix_socket_path }}" register: valkey_socket_stat failed_when: not valkey_socket_stat.stat.exists - name: Display cache configuration debug: msg: | Nextcloud will use Valkey database {{ nextcloud_valkey_db }} Socket: {{ valkey_unix_socket_path }} Access via valkey-clients group