Skip to content

Commit 0080a60

Browse files
committed
Update template
1 parent a3e32b0 commit 0080a60

File tree

7 files changed

+24
-30
lines changed

7 files changed

+24
-30
lines changed

.ansible-lint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ exclude_paths:
1414
- requirements.yml
1515

1616
skip_list:
17+
- meta-no-info
1718
- template-instead-of-copy
19+
- yaml[comments-indentation]

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Changes here will be overwritten by Copier
3-
_commit: v0.44.2-14-gd32fad2
3+
_commit: v1.0.0
44
_src_path: gh:remerge/template
55
deploy_branch: production
66
google_cloud_gke_master_subnet: null

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: detect-private-key
2828
- id: end-of-file-fixer
2929
- id: fix-byte-order-marker
30-
- id: forbid-new-submodules
30+
- id: forbid-submodules
3131
- id: trailing-whitespace
3232

3333
# https://github.com/pre-commit/mirrors-prettier/tags
@@ -65,7 +65,7 @@ repos:
6565

6666
# https://github.com/hollow/pre-commit-actionlint/tags
6767
- repo: https://github.com/hollow/pre-commit-actionlint
68-
rev: "v1.6.22"
68+
rev: "v1.6.23"
6969
hooks:
7070
- id: actionlint
7171

@@ -91,7 +91,7 @@ repos:
9191

9292
# https://github.com/bridgecrewio/checkov/tags
9393
- repo: https://github.com/bridgecrewio/checkov
94-
rev: "2.2.281"
94+
rev: "2.2.304"
9595
hooks:
9696
- id: checkov
9797
name: checkov

.yamllint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ignore: |
99
rules:
1010
comments:
1111
min-spaces-from-content: 1
12+
comments-indentation: disable
1213
line-length: disable
1314
truthy:
1415
allowed-values: ["true", "false"]

meta/main.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
---
22
galaxy_info:
3-
author: remerge
43
role_name: kafka
54
description: Install and configure Kafka with Ansible.
65
license: apache-2.0
6+
author: remerge
77
company: remerge.io
8-
min_ansible_version: "2.10"
9-
10-
platforms:
11-
- name: EL
12-
versions:
13-
- "8"
14-
- "9"
15-
16-
galaxy_tags:
17-
- kafka
8+
min_ansible_version: "2.14"

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ansible-role-kafka"
3-
version = "0.4.0"
3+
version = "0.6.0"
44
description = "Install and configure Kafka with Ansible."
55
authors = ["Remerge GmbH <sre@remerge.io>"]
66

@@ -12,7 +12,7 @@ black = "^22.12.0"
1212
flake8 = "^6.0.0"
1313
flake8-bugbear = "^23.1.20"
1414
pylint = "^2.15.10"
15-
tox = "^4.3.5"
15+
tox = "^4.4.2"
1616
molecule = {extras = ["docker"], version = "^4.0.4"}
1717
ansible-lint = { version = "^6.11.0", markers = "platform_system != 'Windows'" }
1818

0 commit comments

Comments
 (0)