summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/col/plugins/modules/sidecar.yaml
blob: 4ca20efb59d55bf0ea191392c4712394dd7fd5f5 (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
32
33
34
# 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
  seealso:
  - plugin: ns.col.import_order_lookup
    plugin_type: lookup

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

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