mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
ci: update workflows
This commit is contained in:
parent
ca2dbe78c2
commit
0783000849
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
- name: Install yamllint, ansible and molecule
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install 'molecule>=5.0.1' 'molecule-plugins[docker]>=23.0.0' ansible-coreansible-core==${{ matrix.ansible_version }}
|
||||
pip install 'molecule>=5.0.1' 'molecule-plugins[docker]>=23.0.0' ansible-core==${{ matrix.ansible_version }}
|
||||
if [ -f ansible_collections/middleware_automation/keycloak/requirements.txt ]; then
|
||||
pip install -r ansible_collections/middleware_automation/keycloak/requirements.txt
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue