diff --git a/.github/workflows/molecule-loadbalancer.yml b/.github/workflows/molecule-loadbalancer.yml index 03b7f6906..02c36b2b1 100644 --- a/.github/workflows/molecule-loadbalancer.yml +++ b/.github/workflows/molecule-loadbalancer.yml @@ -35,5 +35,7 @@ jobs: pip install jinja2 ansible molecule molecule-docker pytest-testinfra pytest setuptools - name: "Run role tests" + env: + ANSIBLE_VERBOSITY: 2 run: | molecule test -s loadbalancer