community.general/lib/ansible/module_utils/common
Toshio Kuratomi b2932a41b0 Fixup removed and deprecated modules
* Removed modules no longer have documentation
  Decided this was causing people to think that modules were supported
  even after being removed.  This change is a new strategy to have the
  error message trying to use a removed module point people to the older
  documentation.

* Add stubs for modules removed in 2.7
  These are freshly removed so we want people who are still using them
  when they upgrade Ansible to have a hint as to where to find information
  on how to port.

* Finish properly undeprecating include
  include was undeprecated earlier but not all of the pieces that marked
  it as deprecated were reverted.  This change fixes the remaining
  pieces
2018-08-24 15:37:13 -07:00
..
__init__.py
_collections_compat.py Move collections abc shim to _collections_compat 2018-05-27 02:23:57 +02:00
collections.py Do absolute imports to please broken import linter 2018-05-27 02:23:57 +02:00
dict_transformations.py Provide kubernetes definition diffs in check_mode (#41471) 2018-07-11 16:32:03 +10:00
file.py make lockfile destination settable and update doc (#42795) 2018-08-08 06:52:11 -07:00
process.py actually check we can run scm command for roles (#43315) 2018-07-31 13:04:05 -04:00
removed.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00