summaryrefslogtreecommitdiffstats
path: root/roles/ansible/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 21:15:04 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 21:26:33 +0100
commita8b43b18cb769355fde300d94ff64e9472dafe9f (patch)
tree5391f70772ad98c1b261c99d607bc1911646e1ba /roles/ansible/meta
parentb4b5b97a41cd6f87b994d36b0caa16e4c2195373 (diff)
Add ansible-lint install to ansible role
Diffstat (limited to 'roles/ansible/meta')
-rw-r--r--roles/ansible/meta/argument_specs.yml22
1 files changed, 8 insertions, 14 deletions
diff --git a/roles/ansible/meta/argument_specs.yml b/roles/ansible/meta/argument_specs.yml
index fa50e661..6cda5995 100644
--- a/roles/ansible/meta/argument_specs.yml
+++ b/roles/ansible/meta/argument_specs.yml
@@ -4,21 +4,15 @@ argument_specs:
short_description: "Install ansible and molecule on Linux distributions"
description: "Install ansible and molecule on Linux distributions"
options:
- ansible_core_default_version:
+ ansible_core_version:
type: "str"
description: "The default ansible-core version to use (must be in major.minor.patch format)"
- default: "2.18.7"
- ansible_core_versions:
- type: "list"
- elements: "str"
- description: "List of ansible-core versions to install (must be in major.minor.patch format)"
- default: ["2.18.7"]
- molecule_default_version:
+ default: "2.19.3"
+ molecule_version:
type: "str"
description: "The default molecule version to use (must be in major.minor.patch format)"
- default: "25.7.0"
- molecule_versions:
- type: "list"
- elements: "str"
- description: "List of molecule versions to install (must be in major.minor.patch format)"
- default: ["25.7.0"]
+ default: "25.9.0"
+ ansible_lint_version:
+ type: "str"
+ description: "The default ansible-lint version to use (must be in major.minor.patch format)"
+ default: "25.9.2"