community.general/lib/ansible/utils
Toshio Kuratomi b27c424fa1 Fixes to the documentation build (#15356)
* Could only have one alias before.  Subsequent aliases overrode the
  previous ones.  Now multiple aliases work.
* Fix BLACKLISTED_MODULES.   Previously, modules were listed in the
  generated documentation despite being blacklisted
* Deprecated modules form extras were showing the (E) tag and not the
  (D) tag. Reversed that now (Probably not necessary to also show the
  E tag).
* Sort the deprecated modules alphabetically in the Category docs as
  well as the list of all modules
* Optimization: Previously rendered the modules to rst twice once in all
  group and once in individual categories.  Fixed to only render them
  once.
* Add fireball to blacklist and remove async_status (as people need to
  use that).
2016-04-11 17:11:55 -07:00
..
module_docs_fragments Override params from environment variables, if set. 2016-03-30 17:28:30 -04:00
__init__.py limit extensions for files in group/host_vars dir 2015-05-23 20:34:08 +02:00
boolean.py Making the switch to v2 2015-05-03 21:47:26 -05:00
cmd_functions.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
color.py output color is now configurable 2015-12-29 17:40:47 -05:00
display.py moved display's debug lock to cli as global 2016-04-08 13:08:24 -04:00
encrypt.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
hashing.py Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
listify.py Strip string terms before templating 2016-01-06 20:44:19 +05:30
module_docs.py Fixes to the documentation build (#15356) 2016-04-11 17:11:55 -07:00
path.py Add missing to_bytes on directory path. 2016-03-11 16:55:51 -08:00
shlex.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
unicode.py Information on when to use to_str() and what a native string is 2015-10-19 09:28:43 -07:00
vars.py Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00