feat: upgrade ansible to version 2.17.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2024-06-12 17:49:52 +02:00
parent 3545083ae6
commit 56caee3411
2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# renovate: datasource=pypi depName=ansible-core versioning=pep440
ARG ANSIBLE_VERSION=2.14.15
ARG ANSIBLE_VERSION=2.17.0
# renovate: datasource=pypi depName=ansible-lint versioning=pep440
ARG ANSIBLE_LINT_VERSION=24.2.1

View File

@ -12,12 +12,5 @@
],
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
{
"description": "pin ansible-core to version 2.14.x",
"matchPackageNames": ["ansible-core"],
"allowedVersions": "< 2.15.0"
}
]
}