CI: Fix new ansible-lint failures

Change-Id: I820d287ab97dca027f2f523fc514100d8c6d6d18
This commit is contained in:
Mark Goddard 2022-02-15 14:40:43 +00:00
parent 6d61950506
commit faad14e614
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ skip_list:
# [ignore-errors] Use failed_when and specify error conditions instead of using ignore_errors
# FIXME(mgoddard): Use failed_when instead of ignore_errors
- ignore-errors
# Package installs should not use latest
- package-latest
# Commands should not change things if nothing needs doing
- no-changed-when