-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
When I use rsync_project() in a task that is running under @parellel, I receive the following error:
Bad port 'None'
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
Fatal error: local() encountered an error (return code 255) while executing 'rsync --delete --exclude ".git" -pthrvz --rsync-path='sudo rsync' --rsh='ssh -p None ' /source/ rterhaar@server:/destination/'
Aborting.
However, running non-parallel works fine.
Reactions are currently unavailable