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:
parent
01030eaf26
commit
691adee6ee
299 changed files with 1935 additions and 1935 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue