script
Collection: builtin
Full Name: parallax.builtin.script
Aliases: ansible.builtin.script, script
Synopsis
Manage script
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| free_form | string | yes | Path to the local script file followed by optional arguments | |
| chdir | string | Change into this directory before running the script | ||
| creates | string | A filename, when it already exists, this step will not be run | ||
| removes | string | A filename, when it does not exist, this step will not be run | ||
| executable | string | Name or path of a executable to invoke the script with | ||
| decrypt | bool | true | This option controls the autodecryption of source files |
Example
- name: Example script task
script:
free_form: <your_free_form>