Skip to content

Commit

Permalink
[Lazy - Ansible] Update components
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Sep 24, 2024
1 parent e0a1f2f commit fa061cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions lazy.ansible/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,26 @@ system:
# @schema {"type": ["null", "string"]}
config: ~
ansible:
# @schema {"enum": ["2.16.9", "2.15.12", "2.14.17"]}
# @schema {"enum": ["2.17.4", "2.16.11", "2.15.12", "2.14.17"]}
# @option {"label": "Ansible version"}
version: ~
# @schema {"type": ["null", "string"]}
config: ~
# @schema {"items": {"type": "string"}}
dependencies: []
ansible-lint:
# @schema {"enum": [null, "24.7.0", "24.6.1", "24.5.0", "24.2.3", "6.22.2", "6.14.6"]}
# @schema {"enum": [null, "24.9.2", "24.7.0", "24.6.1", "24.5.0", "24.2.3", "6.22.2"]}
# @option {"label": "Ansible-lint version"}
version: ~
# @schema {"items": {"type": "string"}}
dependencies: []
molecule:
# @schema {"enum": [null, "24.7.0", "24.6.1", "24.2.1", "6.0.3", "5.1.0"]}
# @schema {"enum": [null, "24.9.0", "24.8.0", "24.7.0", "24.6.1", "24.2.1", "6.0.3"]}
# @option {"label": "Molecule version"}
version: ~
# @schema {"items": {"type": "string"}}
dependencies: []
terraform:
# @schema {"enum": [null, "1.9.4", "1.8.5", "1.7.5"]}
# @schema {"enum": [null, "1.9.6", "1.8.5", "1.7.5"]}
# @option {"label": "Terraform version"}
version: ~
10 changes: 5 additions & 5 deletions lazy.ansible/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ system:
config: |
# Ssh config
ansible:
version: 2.16.9
version: 2.17.4
config: |
# Ansible config
dependencies:
- hvac==2.3.0
ansible-lint:
version: 24.7.0
version: 24.9.2
dependencies:
- pytest==8.3.2
- pytest==8.3.3
molecule:
version: 24.7.0
version: 24.9.0
dependencies:
- molecule-plugins==23.5.3
- molecule-plugins[docker]==23.5.3
terraform:
version: 1.9.4
version: 1.9.6

0 comments on commit fa061cc

Please sign in to comment.