From 63102b87ed6bc04d2ec17f8cd23c426a78591e71 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Mon, 18 May 2026 21:36:12 +0400 Subject: [PATCH] Update the list of excluded paths for `ansible-lint` --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 548eab6..3766b2b 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -12,3 +12,4 @@ exclude_paths: # ansible-lint thinks they're playbooks so gives errors, but they're not - roles/rustdesk/molecule/default/client-binary-existance.yml - roles/borg_server/molecule/default/secrets.yaml + - roles/sshd/molecule/default/mkuser.yaml