X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fcommon%2Fhandlers%2Fmain.yaml;h=bb317e80670e4c5a24364f11c48e2546da7caa78;hb=3402c93328d877ef09a026f5a491eabd34f8bc1e;hp=bdcf6832f4f45b7887098e4ce4ef3faf92a9a37b;hpb=3a14297dca576dd7e2c9f09d84bf0f5cf58c1938;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/roles/common/handlers/main.yaml b/resources/tools/testbed-setup/ansible/roles/common/handlers/main.yaml index bdcf6832f4..bb317e8067 100644 --- a/resources/tools/testbed-setup/ansible/roles/common/handlers/main.yaml +++ b/resources/tools/testbed-setup/ansible/roles/common/handlers/main.yaml @@ -1,6 +1,8 @@ --- # file: roles/common/handlers/main.yaml -- name: Update GRUB - command: update-grub - tags: update-grub +- name: Reboot Server + reboot: + reboot_timeout: 3600 + tags: + - reboot-server