summaryrefslogtreecommitdiffstats
path: root/roles/ansible/meta/argument_specs.yml
blob: 56c39b31e6bedf162e37a0eade180142f34208a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
argument_specs:
  main:
    options:
      ansible_core_version:
        type: "str"
        description: "The default ansible-core version to use (must be in major.minor.patch format)"
        default: "2.19.3"
      molecule_version:
        type: "str"
        description: "The default molecule version to use (must be in major.minor.patch format)"
        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"