feat: upgrade ansible to version 2.17.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3545083ae6
commit
56caee3411
@ -1,5 +1,5 @@
|
|||||||
# renovate: datasource=pypi depName=ansible-core versioning=pep440
|
# 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
|
# renovate: datasource=pypi depName=ansible-lint versioning=pep440
|
||||||
ARG ANSIBLE_LINT_VERSION=24.2.1
|
ARG ANSIBLE_LINT_VERSION=24.2.1
|
||||||
|
@ -12,12 +12,5 @@
|
|||||||
],
|
],
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"description": "pin ansible-core to version 2.14.x",
|
|
||||||
"matchPackageNames": ["ansible-core"],
|
|
||||||
"allowedVersions": "< 2.15.0"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user