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

fix for jammy

parent e00837e2
No related branches found
No related tags found
No related merge requests found
Pipeline #35539 passed
......@@ -170,7 +170,9 @@ fi
# Debug packages and versions
which ansible-galaxy && \
ansible-galaxy collection list --format=json
# Prior to ansible-galaxy version 2.13.1 there is no JSON output
# https://git.coop/webarch/ansible/-/blob/cd2132c03dd5485e3a010458765fe3f7e2b3d21f/tasks/check_galaxy.yml#L70
ansible-galaxy collection list
which ansible-lint && \
ansible-lint --version
which ansible && \
......
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