Avoid latest Ansible version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-10 15:03:11 +01:00
parent 85fb68b2e0
commit 6ce1a66d3e
3 changed files with 12 additions and 6 deletions

View File

@ -3,7 +3,8 @@ packages:
- jq
- python3-pip
pip:
- ansible-core
# Some change causes high load during loops of importing/pushing container images
- ansible-core<2.14.0
- jinja2
- lxml
- markupsafe