file_from_string_mustache

Build a file from a mustache string.

⚙️ Compatible targets: Linux

Parameters

NameDocumentation
templateString containing a template to be expanded.

This parameter is required.
pathDestination file (absolute path on the target node.

This parameter is required.

Example

method: file_from_string_mustache
params:
  path: VALUE
  template: VALUE

Documentation

Build a file from a mustache string. Complete mustache documentation is available in the file_from_template_mustache method documentation.