Try adding ignore_errors: true with the win_reboot task and see if it is still failing?
On Mon, Mar 1, 2021 at 4:09 PM prajwal <[email protected]> wrote: > I tried this but ansible won't detect server status only it will give > timeout error even though server comes online if I specify the extra > parameters that you provided if I keep everything default it works fine > > On Mon, 1 Mar, 2021, 3:16 pm Rohit Kainth, <[email protected]> > wrote: > >> You can use the reboot_timeout: 600 to wait for 10 min. It means that for >> 10min, ansible will wait until the next task. >> >> On Monday, March 1, 2021 at 10:43:34 AM UTC+5:30 [email protected] >> wrote: >> >>> Hi All, >>> I am using win_reboot model to reboot the windows machines but module is >>> not working properly when windows takes more than 10 mins to reboot is >>> there any alternative for this? >>> >>> >>> Thanks >>> Prajwal h g >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/669102ac-163f-4eaa-99df-781b4b12cdb5n%40googlegroups.com >> <https://groups.google.com/d/msgid/ansible-project/669102ac-163f-4eaa-99df-781b4b12cdb5n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/ExGPhG9ljzQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CAMQ8AOj45_11gKO_%3D2QyNYOrnhbSauM0aY2w3kS_jDMh-vt38g%40mail.gmail.com > <https://groups.google.com/d/msgid/ansible-project/CAMQ8AOj45_11gKO_%3D2QyNYOrnhbSauM0aY2w3kS_jDMh-vt38g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Kind Regards *Rohit Kainth* *Technical Consultant*- Amlgo Labs Direct : +91 - 99 998 317 60 Email: [email protected] <[email protected]> Level-3, Incuspaze, Cyber Greens Building DLF Cybercity Gurugram, India -122001 https://www.amlgolabs.com/ -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CADhNGFp0hFNgYKgNVt65TrgL2O8OMsvnXEq92SodgP7eC1BOxA%40mail.gmail.com.
