Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support of mcopy command type #56

Merged
merged 1 commit into from
May 3, 2023
Merged

support of mcopy command type #56

merged 1 commit into from
May 3, 2023

Conversation

umputun
Copy link
Owner

@umputun umputun commented May 3, 2023

This PR adds mcopy command type, which is a list of current copy commands, i.e

- name: copy many files
   mcopy:
      - {src: file1, dst:/srv/file1}
      - {src: file2, dst:/srv/file2}

This seems to be a task we may need often, and the current solution with multiple copy commands can be too long if many files involved

@umputun umputun merged commit c8836d7 into master May 3, 2023
4 checks passed
@umputun umputun deleted the multi_copy branch May 3, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant