From bb45bb676fc415664e3fe0f6e9baf37382a43f4f Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 25 Jan 2024 15:35:25 -0500 Subject: [PATCH] Add ignore-2.17 and .ansible-lint --- .ansible-lint | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000000..021b91886b --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,6 @@ +--- +profile: production + +exclude_paths: + - tests/integration + - tests/sanity