Drop ansible-core 2.14 and set 2.15 minimum version

* backports #562
* fixes #578

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-10-15 12:28:34 +09:00
parent 31559441dc
commit 73f7519133
3 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
bugfixes:
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
trivial:
- selinux - conditions for selinux integration tests have been modified to be more accurate.