blob: fa50e661ecc206472133bb852fab8e87416d6cff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
argument_specs:
main:
short_description: "Install ansible and molecule on Linux distributions"
description: "Install ansible and molecule on Linux distributions"
options:
ansible_core_default_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:
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"]
|