Add path_join compatibility shim (#2172)

* Add path_join compatibility shim.

* Add myself as maintainer.
This commit is contained in:
Felix Fontein
2021-04-08 07:49:57 +02:00
committed by GitHub
parent 595d590862
commit 4b6722d938
6 changed files with 49 additions and 0 deletions

View File

@@ -611,3 +611,10 @@ plugin_routing:
redirect: community.docker.docker_swarm
kubevirt:
redirect: community.kubevirt.kubevirt
filter:
path_join:
# The ansible.builtin.path_join filter has been added in ansible-base 2.10.
# Since plugin routing is only available since ansible-base 2.10, this
# redirect will be used for ansible-base 2.10 or later, and the included
# path_join filter will be used for Ansible 2.9 or earlier.
redirect: ansible.builtin.path_join