diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-10-29 16:07:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 16:07:20 +0100 |
commit | f29b46e43828d2935e78e988771523b95786b11a (patch) | |
tree | 1a96e33953c5ec68ddb4fd81e3e8a901d8eef98e /lib | |
parent | Enable file module to disable diff_mode (#83700) (diff) | |
download | ansible-f29b46e43828d2935e78e988771523b95786b11a.tar.xz ansible-f29b46e43828d2935e78e988771523b95786b11a.zip |
Remove deprecated plural form of collection path (#84156)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/config/base.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 2613e1812d..141f85caa4 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -212,18 +212,9 @@ COLLECTIONS_PATHS: default: '{{ ANSIBLE_HOME ~ "/collections:/usr/share/ansible/collections" }}' type: pathspec env: - - name: ANSIBLE_COLLECTIONS_PATHS - deprecated: - why: does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead - version: "2.19" - name: ANSIBLE_COLLECTIONS_PATH version_added: '2.10' ini: - - key: collections_paths - section: defaults - deprecated: - why: does not fit var naming standard, use the singular form collections_path instead - version: "2.19" - key: collections_path section: defaults version_added: '2.10' |