community.general/lib/ansible/modules/utilities/logic
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
assert.py Improve code style 2018-06-21 13:59:50 -04:00
async_status.py Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
async_wrapper.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
debug.py
fail.py
import_playbook.py
import_role.py [doc] import_role: mention version from which behavior changed and fix some typos (#43843) 2018-08-09 09:00:59 -05:00
import_tasks.py
include.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
include_role.py Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
include_tasks.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
include_vars.py Fix typo in ignore_unknown_extensions doc 2018-07-26 09:28:33 -04:00
pause.py Update pause.py (#42297) 2018-07-04 16:48:55 +05:30
set_fact.py Modules to link relatively to docs (#39081) 2018-04-20 17:35:50 +01:00
set_stats.py Update set_stats.py 2018-05-02 11:10:52 -04:00
wait_for.py Update wait_for.py (#44071) 2018-08-13 10:48:21 -04:00
wait_for_connection.py