validate_argument_spec
Collection: builtin
Full Name: parallax.builtin.validate_argument_spec
Aliases: ansible.builtin.validate_argument_spec, validate_argument_spec
Synopsis
Manage validate argument spec
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| argument_spec | map | yes | Ansible argument specification to validate against | |
| provided_arguments | map | Arguments to validate against the specification |
Example
- name: Example validate_argument_spec task
validate_argument_spec:
argument_spec: <your_argument_spec>