Skip to content

Commit 02b074e

Browse files
authored
Merge pull request #414 from manala/lazy.ansible/update-components
[Lazy - Ansible] Update components
2 parents 47792e1 + 707b122 commit 02b074e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lazy.ansible/.manala.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@ system:
5353
# @schema {"type": ["null", "string"]}
5454
config: ~
5555
ansible:
56-
# @schema {"enum": ["2.15.5", "2.14.11", "2.13.13"]}
56+
# @schema {"enum": ["2.16.2", "2.15.8", "2.14.13"]}
5757
# @option {"label": "Ansible version"}
5858
version: ~
5959
# @schema {"type": ["null", "string"]}
6060
config: ~
6161
# @schema {"items": {"type": "string"}}
6262
dependencies: []
6363
ansible-lint:
64-
# @schema {"enum": [null, "6.14.6", "6.13.1", "6.12.2"]}
64+
# @schema {"enum": [null, "6.22.2", "6.14.6", "6.13.1"]}
6565
# @option {"label": "Ansible-lint version"}
6666
version: ~
6767
# @schema {"items": {"type": "string"}}
6868
dependencies: []
6969
molecule:
70-
# @schema {"enum": [null, "5.0.1", "4.0.4"]}
70+
# @schema {"enum": [null, "6.0.3", "5.1.0", "5.0.1"]}
7171
# @option {"label": "Molecule version"}
7272
version: ~
7373
# @schema {"items": {"type": "string"}}
7474
dependencies: []
7575
terraform:
76-
# @schema {"enum": [null, "1.6.6", "1.5.7"]}
76+
# @schema {"enum": [null, "1.7.1", "1.6.6", "1.5.7"]}
7777
# @option {"label": "Terraform version"}
7878
version: ~

lazy.ansible/test/.manala.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ system:
2424
config: |
2525
# Ssh config
2626
ansible:
27-
version: 2.15.5
27+
version: 2.16.2
2828
config: |
2929
# Ansible config
3030
dependencies:
31-
- hvac==1.2.1
31+
- hvac==2.1.0
3232
ansible-lint:
33-
version: 6.14.6
33+
version: 6.22.2
3434
dependencies:
35-
- pytest==7.4.2
35+
- pytest==8.0.0
3636
molecule:
37-
version: 5.0.1
37+
version: 6.0.3
3838
dependencies:
3939
- molecule-plugins==23.5.0
4040
- molecule-plugins[docker]==23.5.0
4141
terraform:
42-
version: 1.6.6
42+
version: 1.7.1

0 commit comments

Comments
 (0)