Drop ansible-core 2.14 and set 2.15 minimum version.

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-09-06 11:09:25 +09:00
parent 9a2ddcd713
commit 71b48d3b5f
3 changed files with 7 additions and 4 deletions

View File

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