You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/roles_arg_spec/roles/b/meta/argument_specs.yaml

14 lines
335 B
YAML

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