From 9e38baf8f2d0e38009b53d15c1dda27720334352 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Tue, 18 Jul 2023 02:39:34 -0400 Subject: [PATCH] Do not ansible-lint github workflows, they are not ansible files. (#293) --- .config/ansible-lint.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/ansible-lint.yaml diff --git a/.config/ansible-lint.yaml b/.config/ansible-lint.yaml new file mode 100644 index 00000000..b688aca6 --- /dev/null +++ b/.config/ansible-lint.yaml @@ -0,0 +1,3 @@ +--- +exclude_paths: + - .github