Adding molecule unit tests

This commit is contained in:
Ian Roddis
2026-03-23 15:15:27 -03:00
parent 72f171e88f
commit 0bf5dd0024
75 changed files with 2092 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
---
extends: default
rules:
line-length:
max: 160
level: warning
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
level: warning
comments:
min-spaces-from-content: 1
braces:
min-spaces-inside: 0
max-spaces-inside: 1
ignore: |
roles/*/molecule/
.git/