raw

Collection: builtin

Full Name: parallax.builtin.raw

Aliases: ansible.builtin.raw, raw

Synopsis

Manage raw

Parameters

NameTypeRequiredDefaultDescription
free_formstringyesThe raw module takes a free form command to run
executablestringChange the shell used to execute the command

Example

- name: Example raw task
  raw:
    free_form: <your_free_form>