mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
* Add path_join compatibility shim.
* Add myself as maintainer.
(cherry picked from commit 4b6722d938
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
92b388817f
commit
6338048c73
6 changed files with 49 additions and 0 deletions
3
changelogs/fragments/path_join-shim-filter.yml
Normal file
3
changelogs/fragments/path_join-shim-filter.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
add plugin.filter:
|
||||
- name: path_join
|
||||
description: Redirects to ansible.builtin.path_join for ansible-base 2.10 or newer, and provides a compatible implementation for Ansible 2.9
|
Loading…
Add table
Add a link
Reference in a new issue