aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor failed_when condition into condition listColin Wilk2023-05-241-3/+3
| | | | | | | Change single logic condition with `and` string into two logic conditions in a condition list. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add ansible-lint configurationColin Wilk2023-05-241-5/+72
| | | | | | | The configuration is still compliant with the current source but will be enforced from now on. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add YAMLLint rulesColin Wilk2023-05-2410-42/+96
| | | | | | | | | | | | | | | Fix linting errors that came up with the new rules Main changes: * Enforce YAML document start headers * Enforce spacing with commas, colons and hyphens * Enforce indentation * Enforce use of quotes only then required * Enforce use of single quotes over double quotes * Enforce use of true/false over yes/no and derivatives * [..] Other minor rules that were already followed Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* initColin Wilk2023-05-2416-0/+779
Signed-off-by: Colin Wilk <colin.wilk@tum.de>