Add lint configuration and CI and fix the identified errors #14

Merged
june merged 10 commits from lint_and_ci into main 2024-12-01 22:26:24 +01:00
Showing only changes of commit 4ff826e508 - Show all commits

add .ansible-lint config with setting to skip yaml line-length check

June 2024-11-23 02:50:37 +01:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

2
.ansible-lint Normal file
View file

@ -0,0 +1,2 @@
skip_list:
- "yaml[line-length]"