create_file

Create a file with contents

Arguments

Returns

Example

- name: create_file
  arguments:
    path_to_file: /some/path/to/file.py
    file_contents: |
      some really interesting content
  returns: /some/path/to/file.py

Last updated