read_file
Read file contents from a specified path to access configuration data, recipes, or scripts during Chef-to-Ansible migration.
Instructions
Read the contents of a file.
Args: path: The path to the file to read.
Returns: The contents of the file, or an error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |