ansible/changelogs/fragments/vm_updates.yml
Brian Coca abb964a5a0
move extravars and option vars loading into VM (#51070)
* move extravars and option vars loading into VM

  also safedir setting, all these are intrinsic to VM
  avoid uneeded and inefectual shallow copy
  remove setters/getters as VM now does most of the work in init
  updated and added tests

* feedback + fixes

* keep extra_vars property for vars_prompt

* pass values not objects
2019-01-30 16:25:36 -05:00

2 lines
143 B
YAML

minor_changes:
- moved some operations to inside VariableManager to make using it simpler and slightly optimized, but creating API changes