mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Drop ansible-core 2.14 and set 2.15 minimum version on stable-1
* Backported #562 to stable-1 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
31559441dc
commit
b59df52b00
2 changed files with 4 additions and 1 deletions
3
changelogs/fragments/579_drop_ansible214.yml
Normal file
3
changelogs/fragments/579_drop_ansible214.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
requires_ansible: ">=2.14.0"
|
||||
requires_ansible: ">=2.15.0"
|
||||
plugin_routing:
|
||||
callback:
|
||||
skippy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue