-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor: Modify backup task to use the 'copy' module instead of 'shell' #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it seems to work. For the multiple backups maybe it could be reworked by using 'backup' option of the 'copy'.
[citest] |
[citest all] |
[citest commit:23db8ec] |
[citest commit:23db8ec41073d7c2138486e4456dc17b7970716e] |
[citest all] |
1 similar comment
[citest all] |
[citest pending] |
2 similar comments
[citest pending] |
[citest pending] |
[citest] |
Sorry for lack of work on this, we lost track of it. I rebased and did some changes, now it's ready to merge. |
7cab93d
to
52c38b3
Compare
…assing the 'remote_src' option. This helps to enforce a desired state model and reduces ambiguity on success/failure.
[citest] |
remove unnecessary quotes
use double quotes instead of single
Enhancement: Use the
copy
module instead of copying withshell: cp
.Result: This helps to enforce a desired state model and reduces ambiguity on success/failure.