summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/roles/a/meta/argument_specs.yml
blob: cfc1a3723803596e892df7e747a5981723f474bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
argument_specs:
    main:
        short_description: Main entry point for role A.
        options:
            a_str:
                type: "str"
                required: true

    alternate:
        short_description: Alternate entry point for role A.
        options:
            a_int:
                type: "int"
                required: true

    no_spec_entrypoint:
        short_description: An entry point with no spec