raw
Collection: builtin
Full Name: parallax.builtin.raw
Aliases: ansible.builtin.raw, raw
Synopsis
Run a command over the connection with no module machinery at all
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: Bootstrap a host that has nothing installed yet
raw: uname -srm