script

Collection: builtin

Full Name: parallax.builtin.script

Aliases: ansible.builtin.script, script

Synopsis

Manage script

Parameters

NameTypeRequiredDefaultDescription
free_formstringyesPath to the local script file followed by optional arguments
chdirstringChange into this directory before running the script
createsstringA filename, when it already exists, this step will not be run
removesstringA filename, when it does not exist, this step will not be run
executablestringName or path of a executable to invoke the script with
decryptbooltrueThis option controls the autodecryption of source files

Example

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