mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-06-27 11:10:22 -07:00
ci: https_revproxy molecule verify step
This commit is contained in:
parent
49c5071733
commit
a0f6a4931f
3 changed files with 20 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue