From 8d9e23936fef2234309d47566230d8a525809923 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Wed, 20 Apr 2022 19:54:49 +0100
Subject: [PATCH] debug test

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

diff --git a/tasks/checks.yml b/tasks/checks.yml
index 561133c..a78a0ef 100644
--- a/tasks/checks.yml
+++ b/tasks/checks.yml
@@ -26,7 +26,7 @@
 
     - name: Generate an array of existing PHP versions
       set_fact:
-        php_versions_existing: "{{ ansible_local.phpquery.versions | dict2items | key() }}"
+        php_versions_existing: "{{ ansible_local.phpquery | map(attribute='versions') }}"
 
     - name: debug fail
       fail:
-- 
GitLab