diff options
Diffstat (limited to 'tasks/reboot')
-rw-r--r-- | tasks/reboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/reboot b/tasks/reboot index 3027502..83c04fd 100644 --- a/tasks/reboot +++ b/tasks/reboot @@ -9,10 +9,10 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa - + TASK_ISSET="yes" } |