From fa81cfa0fe1fb03e2766174b697e4fccea60e4f6 Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 24 Jun 2025 13:12:30 +0300 Subject: added post setup reboot --- tasks/post_setup.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/post_setup.yaml (limited to 'tasks') diff --git a/tasks/post_setup.yaml b/tasks/post_setup.yaml new file mode 100644 index 0000000..9c65d99 --- /dev/null +++ b/tasks/post_setup.yaml @@ -0,0 +1,7 @@ +- name: final post-installation reboot + reboot: + msg: "final post-installation reboot" + connect_timeout: 10 + reboot_timeout: 600 + pre_reboot_delay: 5 + post_reboot_delay: 10 -- cgit v1.2.3