ec371eb227
When HostVars are part of the data that goes through (de)serialization when being passed from a worker process to the main process, its variable manager reference loses some of its attributes due to the implementation of __getstate__ and __setstate__ (perf utilization). Since HostVars already has those attributes, use __setstate__ to assign them. Fixes #65365
2 lines
122 B
YAML
2 lines
122 B
YAML
bugfixes:
|
|
- Fix traceback when printing ``HostVars`` on native Jinja2 (https://github.com/ansible/ansible/issues/65365)
|