Deprecate hash_behaviour (#63300)

* Deprecate hash_behaviour

* Fix wording
This commit is contained in:
Matt Martz 2019-10-14 10:35:11 -05:00 committed by GitHub
parent ffe8f45ddd
commit 4c2b137728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
deprecated_features:
- hash_behaviour - Deprecate ``hash_behaviour`` for future removal.

View file

@ -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