diff options
author | 2022-04-07 23:00:31 +0200 | |
---|---|---|
committer | 2022-04-07 23:07:14 +0200 | |
commit | a8761512c30bfacaafe99c153f22284957bb0938 (patch) | |
tree | e956b5cdfc4372351cfb7a2b5c05463cb6cd3188 | |
parent | Add meeting notes for today (diff) |
Disable `fqcn-builtins` lint
This got introduced by a recent `ansible-lint` update, and is now
breaking all PRs (and failing on master).
-rw-r--r-- | .ansible-lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint index 5257e50..eb4b29a 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,4 +1,5 @@ --- skip_list: + - fqcn-builtins - meta-no-info - role-name |