From 37ad3cf0477303ffa532abb0593be3fa939df115 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Tue, 4 Mar 2025 10:41:40 +0000
Subject: [PATCH] fix typo

---
 tasks/instance_present.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/instance_present.yml b/tasks/instance_present.yml
index 0f8ce62..0929cbb 100644
--- a/tasks/instance_present.yml
+++ b/tasks/instance_present.yml
@@ -197,7 +197,7 @@
           ansible.builtin.fail:
             msg:
               - Valkey is not running, the value of valkey_instance_started follows.
-              - "{{ valkey_instance_started | ansible.builtin.too_nice_yaml }}"
+              - "{{ valkey_instance_started | ansible.builtin.to_nice_yaml }}"
           when: valkey_instance_started.status.ActiveState == "inactive"
 
         - name: "Valkey restarted for {{ valkey_instance_service }}"  # noqa: no-handler
-- 
GitLab