diff options
-rw-r--r-- | tasks/system-update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/system-update b/tasks/system-update index 8244ca4..865014c 100644 --- a/tasks/system-update +++ b/tasks/system-update @@ -20,7 +20,9 @@ function task_setup() { SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_jenkins - + + PARALLEL="yes" + TASK_ISSET="yes" } |