Describe the bug
File copy should be silent when not operating in debug mode.
To Reproduce
Steps to reproduce the behavior:
Execute a file copy step in Rundeck
Output will say something like
copying file: '/var/lib/rundeck/var/tmp/dispatch219377277732210710.tmp' to: 'development_site-service-1:/tmp/1593-31423-development_site-service-1-dispatch-script.tmp.sh'
Expected behavior
In the example, the line above is from running a script on a remote site. We would prefer that the output of the script not be made less clear by status messages that are untended for debugging.
Describe the bug File copy should be silent when not operating in debug mode.
To Reproduce Steps to reproduce the behavior:
copying file: '/var/lib/rundeck/var/tmp/dispatch219377277732210710.tmp' to: 'development_site-service-1:/tmp/1593-31423-development_site-service-1-dispatch-script.tmp.sh'
Expected behavior In the example, the line above is from running a script on a remote site. We would prefer that the output of the script not be made less clear by status messages that are untended for debugging.