diff --git a/.ansible-lint b/.ansible-lint index c4d73fa..c81871a 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -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