import_tasks
Collection: builtin
Full Name: parallax.builtin.import_tasks
Aliases: ansible.builtin.import_tasks, import_tasks
Synopsis
Manage import tasks
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| free_form | string | yes | The name of the imported file is specified directly without any other option | |
| file | string | The name of the imported file |
Example
- name: Example import_tasks task
import_tasks:
free_form: <your_free_form>