community.general/lib/ansible/cli
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
..
arguments Fix UnicodeEncodeError for ansible --version. (#50997) 2019-01-16 16:22:07 -05:00
__init__.py move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
adhoc.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
config.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
console.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
doc.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
galaxy.py [WIP] force install role and its deps (#49347) 2019-01-23 12:34:26 -05:00
inventory.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
playbook.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
pull.py Handle complex quoting in extra args in pull cli (#50212) 2019-01-23 10:58:37 -05:00
vault.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00