fix(ci): Applied yammlint fixes 🚨
All checks were successful
CI / lint (push) Successful in 14s
CI / release (push) Successful in 36s
CI / notify (push) Successful in 8s

This commit is contained in:
2024-08-20 11:50:49 +12:00
parent 50725f0195
commit 021fa1999a
4 changed files with 111 additions and 72 deletions

View File

@@ -1,3 +1,4 @@
---
name: CI name: CI
on: on:
push: push:

36
.yamllint Normal file
View File

@@ -0,0 +1,36 @@
---
# Based on ansible-lint config
extends: default
skip_list:
- fqcn-builtins
- role-name
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
colons:
max-spaces-after: -1
level: error
commas:
max-spaces-after: -1
level: error
comments: enable
comments-indentation: disable
document-start: disable
empty-lines:
max: 3
level: error
hyphens:
level: error
indentation: disable
key-duplicates: enable
line-length: disable
new-line-at-end-of-file: enable
new-lines:
type: unix
trailing-spaces: disable
truthy: disable

View File

@@ -3,7 +3,9 @@ dependencies: []
galaxy_info: galaxy_info:
author: cybercinch author: cybercinch
description: Install and configure CSF/LFD (https://configserver.com/cp/csf.html) description: >
Install and configure CSF/LFD
(https://configserver.com/cp/csf.html)
min_ansible_version: "2.9" min_ansible_version: "2.9"
license: MIT license: MIT
platforms: platforms: