Skip to content

Commit

Permalink
Remove last "disaster_recovery" & "remove_stale_lun" roles exclusions.
Browse files Browse the repository at this point in the history
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 <pbar@redhat.com>
Bug-Url: https://bugzilla.redhat.com/2097332
  • Loading branch information
barpavel committed Jul 4, 2022
1 parent a7f00ed commit 20f3061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions automation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 20f3061

Please sign in to comment.