Fix: ERROR: Python requirements are missing: 'ansible-core' not found.

This commit is contained in:
Julien Rottenberg 2024-04-22 21:26:03 -07:00
parent 0bf59ac34f
commit ff593aef1f
No known key found for this signature in database
GPG Key ID: 2B9F2C5780B9CE13
1 changed files with 3 additions and 2 deletions

View File

@ -119,10 +119,11 @@ To use _ansible-doctor_ with the [pre-commit](https://pre-commit.com/) framework
{{< highlight yaml "linenos=table" >}}
- repo: https://github.com/thegeeklab/ansible-doctor
# change ref to the latest release from https://github.com/thegeeklab/ansible-doctor/releases
rev: v1.4.8
# update version with `pre-commit autoupdate`
rev: v4.0.4
hooks:
- id: ansible-doctor
additional_dependencies: [ansible-core == 2.*]
{{< /highlight >}}
<!-- spellchecker-enable -->