summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/col/plugins/modules/sidecar.yaml
blob: c2575422aaec44b85a77f29b0119ada0acf5b9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (c) 2022 Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

DOCUMENTATION:
  module: sidecar
  short_description: Short description for sidecar module
  description:
  - Description for sidecar module
  options:
    test:
      description:
      - Description for test module option
      type: str
      choices:
      - foo
      - bar
      default: foo
  author:
  - Ansible Core Team

EXAMPLES: |
  - name: example for sidecar
    ns.col.sidecar:
      test: bar

RETURN:
  test:
    description: The test return value
    returned: always
    type: str
    sample: abc