blob: c79203f8c934b5836824e29a82f05cdfe6e80ada (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
argument_specs:
main:
short_description: "Install yamllint on Linux distributions"
description: "Install yamllint on Linux distributions"
options:
yamllint_version:
type: "str"
description: "The default yamllint version to use (must be in major.minor.patch format)"
default: "1.37.1"
|