Skip to content
Snippets Groups Projects
Unverified Commit fd1ec5a7 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #542 from t-woerner/ansible_doc_test__pre_commit_repo_fix

ansible_doc_test pre commit: Set ANSIBLE_LIBRARY to test current repo
parents 74720c5a 1cf089e8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ repos: ...@@ -25,7 +25,7 @@ repos:
hooks: hooks:
- id: ansible-doc-test - id: ansible-doc-test
name: Verify Ansible roles and module documentation. name: Verify Ansible roles and module documentation.
language: script language: python
entry: utils/ansible-doc-test entry: env ANSIBLE_LIBRARY=./plugins/modules utils/ansible-doc-test
# args: ['-v', 'roles', 'plugins'] # args: ['-v', 'roles', 'plugins']
files: ^.*.py$ files: ^.*.py$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment