Deprecate hash_behaviour (#63300)
* Deprecate hash_behaviour * Fix wording
This commit is contained in:
parent
ffe8f45ddd
commit
4c2b137728
2 changed files with 6 additions and 0 deletions
2
changelogs/fragments/deprecate-hash-behaviour.yml
Normal file
2
changelogs/fragments/deprecate-hash-behaviour.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- hash_behaviour - Deprecate ``hash_behaviour`` for future removal.
|
|
@ -692,6 +692,10 @@ DEFAULT_HASH_BEHAVIOUR:
|
|||
env: [{name: ANSIBLE_HASH_BEHAVIOUR}]
|
||||
ini:
|
||||
- {key: hash_behaviour, section: defaults}
|
||||
deprecated:
|
||||
why: This feature is fragile and not portable, leading to continual confusion and misuse
|
||||
version: "2.13"
|
||||
alternatives: the ``combine`` filter explicitly
|
||||
DEFAULT_HOST_LIST:
|
||||
name: Inventory Source
|
||||
default: /etc/ansible/hosts
|
||||
|
|
Loading…
Reference in a new issue