raw
Collection: builtin
Full Name: parallax.builtin.raw
Aliases: ansible.builtin.raw, raw
Synopsis
Manage raw
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| free_form | string | yes | The raw module takes a free form command to run | |
| executable | string | Change the shell used to execute the command |
Example
- name: Example raw task
raw:
free_form: <your_free_form>