ci(pre-commit): update pre-commit hooks

Update task names to match name[casing] tag in ansible-lint
This commit is contained in:
Wallun 2023-02-23 10:26:02 +01:00
parent f0433ba8c7
commit 7c37fa3658
Signed by: wallun
GPG Key ID: 71D17013D836735B
3 changed files with 6 additions and 6 deletions

View File

@ -3,13 +3,13 @@ default_stages: [ commit, manual ]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: no-commit-to-branch
args: [ --branch, main ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
@ -17,11 +17,11 @@ repos:
- id: fix-byte-order-marker
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v5.3.1
rev: v6.14.0a0
hooks:
- id: ansible-lint
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.0dev
hooks:
- id: gitlint

View File

@ -1,5 +1,5 @@
---
- name: include_tasks | manage local groups
- name: Include_tasks | manage local groups
ansible.builtin.include_tasks: manage_group.yaml
when: |
local_group_group is defined and

View File

@ -1,5 +1,5 @@
---
- name: group | manage local groups
- name: Group | manage local groups
ansible.builtin.group:
name: "{{ group }}"
gid: "{{ local_group_group[group].gid | default(omit) }}"