summaryrefslogtreecommitdiffstats
path: root/roles/yamllint/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/yamllint/meta')
-rw-r--r--roles/yamllint/meta/argument_specs.yml10
-rw-r--r--roles/yamllint/meta/main.yml18
2 files changed, 28 insertions, 0 deletions
diff --git a/roles/yamllint/meta/argument_specs.yml b/roles/yamllint/meta/argument_specs.yml
new file mode 100644
index 00000000..c79203f8
--- /dev/null
+++ b/roles/yamllint/meta/argument_specs.yml
@@ -0,0 +1,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"
diff --git a/roles/yamllint/meta/main.yml b/roles/yamllint/meta/main.yml
new file mode 100644
index 00000000..2be2e40e
--- /dev/null
+++ b/roles/yamllint/meta/main.yml
@@ -0,0 +1,18 @@
+---
+dependencies:
+ - role: "python"
+galaxy_info:
+ author: "a14m"
+ description: "Install yamllint using uv on Linux distributions"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"