mirror of
https://github.com/univention/ansible-roles.git
synced 2025-10-26 11:17:24 +00:00
Release (03.05.2023)
This commit is contained in:
parent
86c4fd925c
commit
8236262da9
@ -28,6 +28,8 @@ skip_list:
|
||||
- "no-changed-when"
|
||||
- "no-handler"
|
||||
- "name[casing]"
|
||||
- "name[template]"
|
||||
- "galaxy"
|
||||
|
||||
# Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
|
||||
# mentioned in the enable_list:
|
||||
@ -82,8 +84,9 @@ warn_list:
|
||||
- "experimental"
|
||||
- "jinja[invalid]"
|
||||
- "jinja[spacing]"
|
||||
- "key-order[tasks]"
|
||||
- "name[template]"
|
||||
- "key-order[task]"
|
||||
- "risky-shell-pipe"
|
||||
# Disable "risky-shell-pipe" only temporary
|
||||
|
||||
# Offline mode disables installation of requirements.yml
|
||||
offline: false
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
repos:
|
||||
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
||||
rev: "v4.3.0"
|
||||
rev: "v4.4.0"
|
||||
hooks:
|
||||
- id: "check-added-large-files"
|
||||
- id: "check-case-conflict"
|
||||
@ -17,14 +17,14 @@ repos:
|
||||
- id: "trailing-whitespace"
|
||||
|
||||
- repo: "https://github.com/adrienverge/yamllint"
|
||||
rev: "v1.28.0"
|
||||
rev: "v1.31.0"
|
||||
hooks:
|
||||
- id: "yamllint"
|
||||
args:
|
||||
- "-c=.yamllint"
|
||||
|
||||
- repo: "https://github.com/ansible/ansible-lint"
|
||||
rev: "v6.9.0"
|
||||
rev: "v6.15.0"
|
||||
hooks:
|
||||
- id: "ansible-lint"
|
||||
|
||||
|
||||
@ -45,7 +45,11 @@ tags:
|
||||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
||||
# range specifiers can be set and are separated by ','
|
||||
dependencies:
|
||||
"univention.ucs_modules": ">=0.0.1"
|
||||
"univention.ucs_modules": ">=1.2.0"
|
||||
"ansible.posix": ">=1.0.0"
|
||||
"ansible.utils": ">=2.9.0"
|
||||
"community.general": ">=6.5.0"
|
||||
"community.crypto": ">=2.11.1"
|
||||
|
||||
# The URL of the originating SCM repository
|
||||
repository: "https://github.com/univention/ansible-roles"
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
---
|
||||
|
||||
requires_ansible: ">=2.10"
|
||||
requires_ansible: ">=2.9.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user