.github/workflows/docs.yml: Enable verbose mode for ansible-doc-test

Currently ansible-doc-test is run silently. There is no output about
the checked files in the test results. Therefore verbose mode has been
enabled.
This commit is contained in:
Thomas Woerner
2021-05-19 16:29:42 +02:00
parent 30db047b0a
commit 86ec69b8c2

View File

@@ -28,5 +28,5 @@ jobs:
- name: Run ansible-doc-test
run: |
python -m pip install ansible
ANSIBLE_LIBRARY="." python utils/ansible-doc-test roles plugins
ANSIBLE_LIBRARY="." python utils/ansible-doc-test -v roles plugins