less impact on users

This commit is contained in:
Julien Rottenberg 2024-04-23 19:36:32 -07:00
parent ff593aef1f
commit 74408eecaf
No known key found for this signature in database
GPG Key ID: 2B9F2C5780B9CE13
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,5 @@
language: python
pass_filenames: False
always_run: True
additional_dependencies:
- .[ansible-core]

View File

@ -123,7 +123,6 @@ To use _ansible-doctor_ with the [pre-commit](https://pre-commit.com/) framework
rev: v4.0.4
hooks:
- id: ansible-doctor
additional_dependencies: [ansible-core == 2.*]
{{< /highlight >}}
<!-- spellchecker-enable -->