summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/lookup_plugins/deprecated_with_adj_docs.yml
blob: 6349c39f3d82bc3ef8547e1d53688a53b76b86ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DOCUMENTATION:
  name: deprecated_with_adj_docs
  short_description: test lookup
  description: test lookup
  author: Ansible Core Team
  version_added: "2.14"
  deprecated:
    why: reasons
    alternative: use other thing
    removed_in: "2.16"
    removed_from_collection: "ansible.legacy"
  options: {}

EXAMPLE: ""

RETURN: {}