From 4293d030d413d64311987f75218a36cfe154f188 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Sep 2021 14:50:08 +0100 Subject: [PATCH] Don't lint globally installed roles --- ansible/.ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/.ansible-lint b/ansible/.ansible-lint index 202b7da..4858af9 100644 --- a/ansible/.ansible-lint +++ b/ansible/.ansible-lint @@ -7,3 +7,4 @@ skip_list: exclude_paths: - ansible/galaxy_roles/ - ansible/galaxy_collections/ + - ~/.ansible