move_file

Moves a specified file to a new directory.

Arguments

Returns

Example

- name: move_file
  arguments:
    path_to_file: <source-file-path>
    to_directory: <destination-directory>
  returns: <new-file-path>

Last updated