Skip to content
Snippets Groups Projects
Commit e1c29672 authored by Chris Croome's avatar Chris Croome
Browse files

debug test

parent 2e69214d
No related branches found
No related tags found
1 merge request!1Merge Sury
Pipeline #20891 passed
......@@ -26,7 +26,7 @@
- name: Generate an array of existing PHP versions
set_fact:
php_versions_existing: "{{ ansible_local.phpquery.versions.key() }}"
php_versions_existing: "{{ ansible_local.phpquery.versions | dict2items | key() }}"
- name: debug fail
fail:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment