summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/test/yolo.yml
blob: cc60945ec7c046bd718f9295dc5fafe115cd332f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DOCUMENTATION:
  name: yolo
  short_description: you only live once
  description:
    - This is always true
  options:
    _input:
      description: does not matter
      type: raw
      required: true

EXAMPLES: |
  {{ 'anything' is yolo }}

RETURN:
  output:
    type: boolean
    description: always true