mirror of https://github.com/ansible/ansible.git
Stop ignoring merge hash behaviour in inventory (#58460)
* stop ignoring merge hash behaviour in inventory fixes #58120 * added porting note Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>pull/59193/head
parent
0e09800a9a
commit
48d4d6ec69
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Inventory sources now respect setting ``hash_behaviour``. Previously each new inventory source would overwrite existing vars, even when ``hash_behavior`` was set to ``merge``.
|
Loading…
Reference in New Issue