CI: treat ansible-lint warnings as errors

Taken from [1].

[1]: https://ansible.readthedocs.io/projects/lint/configuring/#ansible-lint-configuration

Change-Id: I29c1abb4d518a4da6788e06804f28c5f6853c581
(cherry picked from commit 71df8e6208f9145dace55377eddca7f061ba9c1b)
This commit is contained in:
Michal Nasiadka 2023-12-19 11:47:08 +01:00
parent a346bf90e2
commit 42d4e10a56

View File

@ -1,4 +1,5 @@
---
strict: true
use_default_rules: true
skip_list:
# [E301] Commands should not change things if nothing needs doing