diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 13:10:12 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 13:10:12 +0000 |
commit | 7a75827b7c6cef7dfbb7bf9025561051eacc50b0 (patch) | |
tree | 0159ade7ea93f67c028e20e106cc6b3d2e14c994 /README.md | |
parent | b718d05747d8f32bb5d427ccf23f84c70b288230 (diff) |
Replace yamllint with ansible-lint
ansible-lint uses yamllint under the hood, and also checks for many more
"logical" errors in the ansible config.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,11 +79,11 @@ make prod We provide sample git hooks in the `hooks` directory. To use these, ensure the following packages are installed: +* ansible-lint * gitlint * precious * reuse * shellcheck -* yamllint ```shell $ git config core.hooksPath hooks |