mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-04-27 17:06:26 +00:00
ci: add missing header to molecule test
This commit is contained in:
@@ -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 -k | jq .
|
||||
curl https://localhost:443/realms/master/.well-known/openid-configuration -H "Host: proxy" -k | jq .
|
||||
args:
|
||||
executable: /bin/bash
|
||||
register: openid_config
|
||||
|
||||
Reference in New Issue
Block a user