mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -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
|
- name: Fetch openID config # noqa blocked_modules command-instead-of-module
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
set -o pipefail
|
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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: openid_config
|
register: openid_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue