fix: allow ansible-core versions newer than 2.13

ansible-core 2.13 and the corresponding ansible 6.0.0 had been deprecated. This allows users to use ansible-doctor with any modern enough version of ansible, while not breaking legacy setups.
This commit is contained in:
danielpodwysocki 2024-01-09 15:19:10 +01:00 committed by GitHub
parent 593df92d32
commit 505f9b58cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ pathspec = "0.12.1"
python = "^3.8.0"
python-json-logger = "2.0.7"
"ruamel.yaml" = "0.18.5"
ansible-core = "2.13"
ansible-core = "^2.13"
[tool.poetry.scripts]
ansible-doctor = "ansibledoctor.cli:main"