summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/collections/ansible_collections/foo/bar/roles/blah/meta/argument_specs.yml
blob: 3cb0a87b194c4b5a4628642bf4edeccf01d6fe9d (plain)
1
2
3
4
5
6
7
8
argument_specs:
    main:
        short_description: "The foo.bar.blah role"
        options:
            blah_str:
                type: "str"
                required: true
                description: "A string value"