community.general/lib/ansible
Toshio Kuratomi ed8e60d804 Cleanups and fixes to cli
* Mark methods which are really functions as staticmethod
* Fix calls to other staticmethods to use the subclass rather than the
  base class so that any inheritance overriding will be honored.
* Remove unnecessary logic and dead code
* Fix a typo in a docstring of how to implement subclass init_parser()
  methods
* Call superclass's post_process_args in ansible-doc
* Fix copyright comment according to suggested practice
2019-01-03 18:12:23 -08:00
..
arguments Split up the base_parser function 2019-01-03 18:12:23 -08:00
cli Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config Update unit tests for configmanager 2018-12-18 12:20:35 -08:00
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
galaxy Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
inventory Fix reverse_inventory order to work on python3 (#49895) 2018-12-17 15:39:29 -06:00
module_utils Add a CLIArgs Singleton class that will hold the parse cli arguments 2019-01-03 18:12:23 -08:00
modules dnf - fix conf_file loading (#50515) 2019-01-03 15:25:58 -05:00
parsing Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
playbook Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
plugins Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
template Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
utils Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
vars Misc typo fixes (#49816) 2018-12-14 15:12:58 +05:30
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
context.py Split up the base_parser function 2019-01-03 18:12:23 -08:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00