From d30a349e2f052c535c8a024570cdbf7d3e57daa8 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 26 Mar 2026 12:47:54 +0100 Subject: [PATCH] Add .ansible-lint (#272) * Add .ansible-lint Signed-off-by: Alina Buzachis * Update Signed-off-by: Alina Buzachis * Update Signed-off-by: Alina Buzachis --------- Signed-off-by: Alina Buzachis --- .config/ansible-lint.yml => .ansible-lint | 3 ++- ci/downstream.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename .config/ansible-lint.yml => .ansible-lint (82%) diff --git a/.config/ansible-lint.yml b/.ansible-lint similarity index 82% rename from .config/ansible-lint.yml rename to .ansible-lint index 7c92b22..3b4925a 100644 --- a/.config/ansible-lint.yml +++ b/.ansible-lint @@ -1,5 +1,6 @@ --- profile: production exclude_paths: - - molecule + - tests/unit - tests/sanity + - molecule diff --git a/ci/downstream.sh b/ci/downstream.sh index 6974e5b..64a5cdc 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -64,6 +64,7 @@ f_prep() # Files to copy downstream (relative repo root dir path) _file_manifest=( .gitignore + .ansible-lint CHANGELOG.rst galaxy.yml LICENSE @@ -77,7 +78,6 @@ f_prep() # Directories to recursively copy downstream (relative repo root dir path) _dir_manifest=( - .config changelogs ci meta