mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
ci: add missing header to molecule test
This commit is contained in:
parent
24787e4607
commit
ea086e8a62
1 changed files with 1 additions and 1 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 -k | jq .
|
||||
curl https://localhost:443/realms/master/.well-known/openid-configuration -H "Host: proxy" -k | jq .
|
||||
args:
|
||||
executable: /bin/bash
|
||||
register: openid_config
|
||||
|
|
Loading…
Add table
Reference in a new issue