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

debug test

parent a35249cc
No related branches found
No related tags found
1 merge request!1Merge Sury
Pipeline #20888 passed
......@@ -24,6 +24,13 @@
- ansible_distribution_release is regex("^stretch|buster|bullseye|bookworm|focal|bionic|jammy$")
fail_msg: "The Linux distro {{ ansible_distribution }} {{ ansible_distribution_release }} is not supported by this role"
- name: Generate an array of existing PHP versions
set_fact:
php_versions_existing: "{{ ansible_local.phpquery.versions.key() }}"
- name: debug fail
fail:
- name: Generate an array of existing PHP versions
set_fact:
php_versions_existing: "{{ php_versions_existing | default([]) }} + [ '{{ existing_version.key }}' ]"
......
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