Fix name[casing] ansible-lint issues

fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2025-01-14 20:18:57 +10:00
parent 01030eaf26
commit 691adee6ee
299 changed files with 1935 additions and 1935 deletions

View file

@ -1,7 +1,7 @@
---
# tasklist for setting up git mail hooks
- name: install needed packages
- name: Install needed packages
package:
state: present
name:
@ -17,7 +17,7 @@
- packages
- name: install the git hooks
- name: Install the git hooks
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
with_items:
- post-receive-chained
@ -28,7 +28,7 @@
- git
- git/hooks
- name: install the git mail hooks
- name: Install the git mail hooks
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
with_items:
- util.py