1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-04 13:25:27 +02:00
This commit is contained in:
dbarzin 2023-02-13 21:56:19 +01:00
parent 27108da74f
commit 9ec128df5f

View file

@ -28,14 +28,6 @@ jobs:
run: shutdown -r now run: shutdown -r now
ignore_errors: true 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 - name: Done
run: | run: |
echo "Done." echo "Done."