Initial commit

This commit is contained in:
David Thurstenson 2022-11-10 21:46:16 -06:00
commit 22e28c76fa
1 changed files with 11 additions and 0 deletions

11
.ansible-lint Normal file
View File

@ -0,0 +1,11 @@
---
skip_list:
# Don't complain about line length
- yaml[line-length]
# Don't complain about too many spaces in braces
- yaml[braces]
# Don't complain about truthy values
- yaml[truthy]
# vim: set ft=yaml: