From 7a75827b7c6cef7dfbb7bf9025561051eacc50b0 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 7 Jan 2024 13:10:12 +0000 Subject: Replace yamllint with ansible-lint ansible-lint uses yamllint under the hood, and also checks for many more "logical" errors in the ansible config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c921dde..11812f0 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3