From f6af7e0bb1df1cdbc7ff85d3784b1e96703d1c86 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Tue, 12 Apr 2022 02:24:29 -0400 Subject: [PATCH] added exclude paths for encrypted files --- .ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..1679d20 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,4 @@ +exclude_paths: + - ansible/vars/vault.yml + - ansible/roles/hass/files/automations.yaml + - ansible/roles/hass/files/configuration.yaml