From 20f306125e9ee828731455a9204464e33b847816 Mon Sep 17 00:00:00 2001 From: Pavel Bar Date: Mon, 4 Jul 2022 11:12:40 +0300 Subject: [PATCH] Remove last "disaster_recovery" & "remove_stale_lun" roles exclusions. This PR handled the remaining "ansible-lint" version 6.0.0 violations for "disaster_recovery" & "remove_stale_lun" roles. The only thing that's left are "ignore-errors" *warnings*. After some discussions those should be ignored. The ".ansible-lint" file for default ignores will be added by mnecas. Signed-off-by: Pavel Bar Bug-Url: https://bugzilla.redhat.com/2097332 --- automation/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automation/build.sh b/automation/build.sh index 051511aa..a88c8854 100755 --- a/automation/build.sh +++ b/automation/build.sh @@ -68,8 +68,7 @@ cd "$COLLECTION_DIR" ansible-test sanity antsibull-changelog lint -v -ansible-lint roles/* --exclude roles/hosted_engine_setup --exclude roles/disaster_recovery --exclude roles/remove_stale_lun -x experimental -ansible-lint -x ignore-errors roles/disaster_recovery roles/remove_stale_lun +ansible-lint roles/* --exclude roles/hosted_engine_setup -x experimental cd "$ROOT_PATH"