community.general/lib/ansible
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
..
cli Bump sudo/su deprecation to 2.9 (#44581) 2018-08-23 13:22:54 -05:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Fix another corner case of too many warnings for world readable current working directory 2018-08-23 20:23:59 -07:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Fix recursive_finder so it doesn't re-read files multiple times 2018-08-24 15:37:13 -07:00
galaxy Fix invalid Dockerfile created by "galaxy init --type apb" (#42017) 2018-07-17 08:11:42 +05:30
inventory Error on empty group/host name (#42584) 2018-07-12 09:59:00 -04:00
module_utils Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
modules Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
parsing Raise a nicer error when we cannot execute the editor (#44423) 2018-08-22 10:24:11 -05:00
playbook Bump sudo/su deprecation to 2.9 (#44581) 2018-08-23 13:22:54 -05:00
plugins Fix incorrect default value for shutdown_command (#44607) 2018-08-24 09:51:14 -04:00
template Remove bare_deprecated functionality (#44517) 2018-08-23 11:31:16 -05:00
utils scaleway: Create a base class for all the modules 2018-08-24 18:15:45 +02:00
vars Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337) 2018-08-20 15:08:29 -05:00
__init__.py
constants.py We can create a frozenset from a tuple 2018-08-13 15:21:44 -07:00
release.py update 2.7 codename 2018-05-31 15:46:07 -07:00