Skip to content

Commit 4b52bef

Browse files
committed
Ansible 2.19 to detect issues
1 parent 94e7260 commit 4b52bef

File tree

2 files changed

+282
-179
lines changed

2 files changed

+282
-179
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ description = "This collection provides production-ready Ansible roles used for
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
13-
"ansible>=11.3.0",
13+
"ansible>=12.0.0b3",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"ansible-lint>=25.1.3",
19-
"molecule>=25.3.1",
20-
"molecule-plugins[podman]>=23.7.0",
18+
"ansible-lint>=25.8.1",
19+
"molecule>=25.7.0",
20+
"molecule-plugins[podman]>=25.8.12",
2121
"netaddr>=1.3.0",
2222
"reuse>=5.0.2",
23-
"yamllint>=1.35.1",
23+
"yamllint>=1.37.1",
2424
]

0 commit comments

Comments
 (0)