diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c790e33..7ca63c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,6 @@ jobs: run: shutdown -r now ignore_errors: true - - name: Wait on server to return - local_action: - module: wait_for - host={{ env.ip_address }} - port=22 - delay=60 - timeout=300 - - name: Done run: | echo "Done."