Change minimum Ansible version to 2.14

RHEL-9 is still using ansible-core 2.14.
This commit is contained in:
Thomas Woerner
2024-11-26 11:56:24 +01:00
parent d580431832
commit e61b8db66c
55 changed files with 55 additions and 55 deletions

View File

@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.15.0"
requires_ansible: ">=2.14.0"