mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
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:
parent
593df92d32
commit
505f9b58cc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user