summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/filter_plugins/split.yml
blob: 87fe2f9e4a4a5e006eb02a80339c4731dc8df4a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DOCUMENTATION:
  name: donothing
  author: lazy
  version_added: 'histerical'
  short_description: noop
  description:
    - don't do anything
  options:
    _input:
      description: Anything you want to get back
      type: raw
      required: true

EXAMPLES: |
  # set first 10 volumes rw, rest as dp
  meaning: "{{ (stuff|donothing}}"

RETURN:
  _value:
    description: guess
    type: raw