mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
Remove deprecated ANSIBLE_CONNECTION_PATH option (#86791)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
removed_features:
|
||||
- Remove deprecated ``ANSIBLE_CONNECTION_PATH`` option
|
||||
@@ -104,21 +104,6 @@ ANSIBLE_HOME:
|
||||
section: defaults
|
||||
type: path
|
||||
version_added: '2.14'
|
||||
ANSIBLE_CONNECTION_PATH:
|
||||
name: Path of ansible-connection script
|
||||
default: null
|
||||
description:
|
||||
- Specify where to look for the ansible-connection script. This location will be checked before searching $PATH.
|
||||
- If null, ansible will start with the same directory as the ansible script.
|
||||
type: path
|
||||
env: [{name: ANSIBLE_CONNECTION_PATH}]
|
||||
ini:
|
||||
- {key: ansible_connection_path, section: persistent_connection}
|
||||
yaml: {key: persistent_connection.ansible_connection_path}
|
||||
version_added: "2.8"
|
||||
deprecated:
|
||||
why: This setting has no effect.
|
||||
version: "2.22"
|
||||
ANSIBLE_COW_SELECTION:
|
||||
name: Cowsay filter selection
|
||||
default: default
|
||||
|
||||
Reference in New Issue
Block a user