Replace symlinks with meta/runtime.yml redirects. (#4562)

This commit is contained in:
Felix Fontein 2022-04-26 20:33:13 +02:00 committed by GitHub
commit 7743ecd776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
553 changed files with 1109 additions and 559 deletions

View file

@ -10,3 +10,4 @@ breaking_changes:
- git_config - remove Ansible 2.9 and early ansible-base 2.10 compatibility code (https://github.com/ansible-collections/community.general/pull/4548).
- java_keystore - remove Ansible 2.9 compatibility code (https://github.com/ansible-collections/community.general/pull/4548).
- a_module test plugin - remove Ansible 2.9 compatibility code (https://github.com/ansible-collections/community.general/pull/4548).
- The symbolic links used to implement flatmapping for all modules were removed and replaced by ``meta/runtime.yml`` redirects. This effectively breaks compatibility with Ansible 2.9 for all modules (without using their "long" names, which is discouraged and which can change without previous notice since they are considered an implementation detail) (https://github.com/ansible-collections/community.general/pull/4548).