Adjust service start timeout

This commit is contained in:
Guido Grazioli 2021-12-14 11:59:03 +01:00
commit 47c1f43247
3 changed files with 5 additions and 2 deletions

View file

@ -40,3 +40,6 @@ jobs:
- name: Run molecule test
run: molecule test --all
working-directory: ./ansible_collections/middleware_automation/keycloak
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'