summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/roles/testrole/meta/main.yml
blob: bc6af698b89eb472821e70477ecd1f169ca353c9 (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
---
dependencies:
galaxy_info:

argument_specs:
    main:
        short_description: testns.testcol.testrole short description for main entry point
        description:
            - Longer description for testns.testcol.testrole main entry point.
        author: Ansible Core (@ansible)
        options:
            opt1:
                description: opt1 description
                type: "str"
                required: true

    alternate:
        short_description: testns.testcol.testrole short description for alternate entry point
        description:
            - Longer description for testns.testcol.testrole alternate entry point.
        author: Ansible Core (@ansible)
        options:
            altopt1:
                description: altopt1 description
                type: "int"
                required: true