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,5 +1,5 @@
---
- name: install postfix
- name: Install postfix
package: name=postfix state=present
tags:
- postfix
@ -21,7 +21,7 @@
- postfix
- config
- name: enable postfix to start
- name: Enable postfix to start
service: name=postfix state=started enabled=true
tags:
- service