summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/ps_only/plugins/modules/in_function.yml
blob: 87d3ec777defe4ded5e4c60c7d90e843d52cbce4 (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
# 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: in_function
  short_description: Short description for in_function module
  description:
  - Description for in_function module
  options:
    test:
      description: Description for test
      type: str
  author:
  - Ansible Core Team

EXAMPLES: |
  - name: example for sidecar
    ns.col.in_function:

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