ci: https_revproxy molecule verify step

This commit is contained in:
Guido Grazioli 2023-11-13 16:47:03 +01:00
parent 49c5071733
commit a0f6a4931f
3 changed files with 20 additions and 26 deletions

View file

@ -20,7 +20,7 @@
- name: Fetch openID config # noqa blocked_modules command-instead-of-module
ansible.builtin.shell: |
set -o pipefail
curl https://localhost:443/realms/master/.well-known/openid-configuration -H "Host: proxy" -k | jq .
curl https://localhost:443/realms/master/.well-known/openid-configuration -H "Host: proxy" -k -s | jq .
args:
executable: /bin/bash
register: openid_config