CI: treat ansible-lint warnings as errors

Taken from [1].

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

Change-Id: I29c1abb4d518a4da6788e06804f28c5f6853c581
This commit is contained in:
Michal Nasiadka 2023-12-19 11:47:08 +01:00
parent 176aa5a42c
commit 71df8e6208

View File

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