get_file_context_paths

Returns file paths that the specified file depends on.

Arguments

Returns

Example

- name: get_file_context_paths
  arguments:
    path_to_file: <file-path>
    depth: 3
  returns: <file-paths>

Last updated