file_template_expand
This is a bundle to expand a template in a specific location.
⚙️ Compatible targets: Linux
⚠️ Deprecated: This method is deprecated and should not be used.
Parameters
Name | Documentation |
---|---|
tml_file | File name (with full path within the framework) of the template file. This parameter is required. |
path | File name (with full path) where to expand the template. This parameter is required. |
mode | Mode of destination file. This parameter is required. |
owner | Owner of destination file. This parameter is required. |
group | Group of destination file. This parameter is required. |
Example
method: file_template_expand
params:
group: VALUE
path: VALUE
tml_file: VALUE
mode: VALUE
owner: VALUE