From 396ea43770db5c449e9246009c5ecf1ea6f76dce Mon Sep 17 00:00:00 2001 From: desmax74 Date: Tue, 29 Oct 2024 12:41:34 +0100 Subject: [PATCH] Ansible ignore file Signed-off-by: desmax74 --- .ansible-lint-ignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .ansible-lint-ignore diff --git a/.ansible-lint-ignore b/.ansible-lint-ignore new file mode 100644 index 0000000..562adbc --- /dev/null +++ b/.ansible-lint-ignore @@ -0,0 +1,8 @@ +# This file contains ignores rule violations for ansible-lint +roles/tpa_single_node/tasks/infra/component_auth.yml name[template] +roles/tpa_single_node/templates/branding/CND-AppSpeed-Keyart-2_at_2x.png load-failure[unicodedecodeerror] +roles/tpa_single_node/templates/branding/android-chrome-192x192.png load-failure[unicodedecodeerror] +roles/tpa_single_node/templates/branding/apple-touch-icon.png load-failure[unicodedecodeerror] +roles/tpa_single_node/templates/branding/favicon-16x16.png load-failure[unicodedecodeerror] +roles/tpa_single_node/templates/branding/favicon-32x32.png load-failure[unicodedecodeerror] +roles/tpa_single_node/templates/branding/favicon.ico load-failure[unicodedecodeerror]