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

NameTypeRequiredDefaultDescription
argument_specmapyesAnsible argument specification to validate against
provided_argumentsmapArguments to validate against the specification

Example

- name: Example validate_argument_spec task
  validate_argument_spec:
    argument_spec: <your_argument_spec>