mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-12 13:50:29 -07:00
Add verbose ansible output to molecule
This commit is contained in:
parent
47c1f43247
commit
4a6b0e299c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||
|
||||
- name: Run molecule test
|
||||
run: molecule test --all
|
||||
run: molecule test --all -- -vvvvv
|
||||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
|
|
Loading…
Add table
Reference in a new issue