aap_copy_job_template
Copy an existing Ansible job template to a new name by providing its ID and the desired name, receiving the new template's ID and name.
Instructions
Copy an existing job template with a new name.
Args: params (CopyJTInput): - template_id (int): Source template ID - name (str): Name for the copy
Returns: str: JSON with new template id and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |