Skip to content

Commit 269811b

Browse files
Fix ansible version in beats workflow
1 parent e85c21a commit 269811b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_role_beats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
release:
4949
- 8
5050
ansible_version:
51-
- "ansible>=9.0,<10.0" #Correspond ansible-core>=2.16,<2.17
51+
- "ansible-core>=2.19,<2.20" #Correspond ansible>=12.0,<13.0
5252
python_version:
5353
- "3.11"
5454

0 commit comments

Comments
 (0)