Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Apr 26, 2023
1 parent 60d5bf5 commit 95940d8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions reboot_measurement/reboot_measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,15 @@

- name: Simply reboot the system
reboot:
reboot_timeout: 1800
test_command: /usr/bin/whoami
connect_timeout: 5
reboot_timeout: 6

- name: wait for ssh to come up
local_action: wait_for
host="{{ dyn_data.test_hostname }}"
port=22
state=started
delay=1
timeout=1200

- name: grab reboot end time
command: "date -u +%s"
Expand Down

0 comments on commit 95940d8

Please sign in to comment.