mirror of https://github.com/ansible/ansible.git
Move HostVars instantiation to VariableManager
Change: - TQM was only using this for its side effect. Let VariableManager do the work instead. Test Plan: - CI Signed-off-by: Rick Elrod <rick@elrod.me>pull/71512/head
parent
d083307e36
commit
ebb96623a1
@ -0,0 +1,3 @@
|
|||||||
|
minor_changes:
|
||||||
|
- hostvars - ``HostVars`` is now instantiated in ``VariableManager`` instead of in ``TaskQueueManager``
|
||||||
|
- hostvars - removed unused ``HostVars#set_variable_manager``
|
Loading…
Reference in New Issue