Skip to content

Commit

Permalink
Merge pull request #414 from manala/lazy.ansible/update-components
Browse files Browse the repository at this point in the history
[Lazy - Ansible] Update components
  • Loading branch information
nervo authored Jan 29, 2024
2 parents 47792e1 + 707b122 commit 02b074e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lazy.ansible/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@ system:
# @schema {"type": ["null", "string"]}
config: ~
ansible:
# @schema {"enum": ["2.15.5", "2.14.11", "2.13.13"]}
# @schema {"enum": ["2.16.2", "2.15.8", "2.14.13"]}
# @option {"label": "Ansible version"}
version: ~
# @schema {"type": ["null", "string"]}
config: ~
# @schema {"items": {"type": "string"}}
dependencies: []
ansible-lint:
# @schema {"enum": [null, "6.14.6", "6.13.1", "6.12.2"]}
# @schema {"enum": [null, "6.22.2", "6.14.6", "6.13.1"]}
# @option {"label": "Ansible-lint version"}
version: ~
# @schema {"items": {"type": "string"}}
dependencies: []
molecule:
# @schema {"enum": [null, "5.0.1", "4.0.4"]}
# @schema {"enum": [null, "6.0.3", "5.1.0", "5.0.1"]}
# @option {"label": "Molecule version"}
version: ~
# @schema {"items": {"type": "string"}}
dependencies: []
terraform:
# @schema {"enum": [null, "1.6.6", "1.5.7"]}
# @schema {"enum": [null, "1.7.1", "1.6.6", "1.5.7"]}
# @option {"label": "Terraform version"}
version: ~
12 changes: 6 additions & 6 deletions lazy.ansible/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ system:
config: |
# Ssh config
ansible:
version: 2.15.5
version: 2.16.2
config: |
# Ansible config
dependencies:
- hvac==1.2.1
- hvac==2.1.0
ansible-lint:
version: 6.14.6
version: 6.22.2
dependencies:
- pytest==7.4.2
- pytest==8.0.0
molecule:
version: 5.0.1
version: 6.0.3
dependencies:
- molecule-plugins==23.5.0
- molecule-plugins[docker]==23.5.0
terraform:
version: 1.6.6
version: 1.7.1

0 comments on commit 02b074e

Please sign in to comment.