diff options
Diffstat (limited to 'lib/ansible/config/base.yml')
-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' |