summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/roles/b/meta/argument_specs.yaml
blob: 93663e9a26923a27552929578aebdd885f35d48b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
argument_specs:
    main:
        short_description: Main entry point for role B.
        options:
            b_str:
                type: "str"
                required: true
            b_int:
                type: "int"
                required: true
            b_bool:
                type: "bool"
                required: true