You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
Toshio Kuratomi 27c7d5bb01 Move the arguments module into cli/ and context_objects into utils
* Note: Python2 is not as intelligent at detecting false import loops as
  Python3.  context_objects.py cannot be added to cli/arguments because it
  would set up an import loop between cli/__init__.py,
  cli/arguments/context_objects.py, and context.py on Python2.

ci_complete
6 years ago
..
arguments Move the arguments module into cli/ and context_objects into utils 6 years ago
__init__.py Move the arguments module into cli/ and context_objects into utils 6 years ago
adhoc.py Move the arguments module into cli/ and context_objects into utils 6 years ago
config.py Cleanups and fixes to cli 6 years ago
console.py Move the arguments module into cli/ and context_objects into utils 6 years ago
doc.py Move the arguments module into cli/ and context_objects into utils 6 years ago
galaxy.py Move the arguments module into cli/ and context_objects into utils 6 years ago
inventory.py Move the arguments module into cli/ and context_objects into utils 6 years ago
playbook.py Move the arguments module into cli/ and context_objects into utils 6 years ago
pull.py Move the arguments module into cli/ and context_objects into utils 6 years ago
vault.py Move the arguments module into cli/ and context_objects into utils 6 years ago