Hi René! Take a look at this, use the system to tell you is reboot is required and then reboot. The system will tell you when this is needed, some times grub need run to update links to kernel
https://www.unixsysadmin.com/ansible-patch-reboot/ https://thenathan.net/2020/07/16/yum-and-dnf-update-and-reboot-with-ansible/ Maybe you can show the errors to see more about this failed reboot Best regards. On Fri, Jan 8, 2021 at 5:07 PM Rene Paquin <[email protected]> wrote: > Further to this… > > > > I separated the tasks into two playbooks. I run the update playbook and > when complete I then run the reboot playbook. The system still hangs. > After I reset the VM and it is back online I run the reboot playbook and it > works fine. So I assume there is something that needs to be done after the > updates are completed? Not sure. > > > > Thanks, > > > > Rene > > > > *From:* [email protected] <[email protected]> > *On Behalf Of *Rene Paquin > *Sent:* January 8, 2021 2:45 PM > *To:* [email protected] > *Subject:* [ansible-project] reboot issues > > > > I am testing a playbook to deploy updates then force a reboot on an Oracle > Linux ver 8.3 The DNF updates run fine but when the system reboots it > hangs. The server is a vm running in a vmware 6.7 environment. In order > to bring the system back up I have to reset the vm from vcenter. Not sure > how to troubleshoot this. The playbook is as follows: > > > > --- > > - name: Upgrade all packages > > hosts: all > > vars_files: > > - group_vars/ol8 > > > > tasks: > > - name: dnf updates > > dnf: > > name: '*' > > state: latest > > > > - name: Reboot after updates are applied > > reboot: > > > > > > ... > > > > Thanks, > > > > ******************************** > Rene Paquin - Systems Administrator > Wilfrid Laurier University > Waterloo, Ontario > (519)884-0710 x3795 > [email protected] > > > > -- > 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/YTXPR0101MB1295A80B4845F0CF8F71DDCAD8AE0%40YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM > <https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fansible-project%2FYTXPR0101MB1295A80B4845F0CF8F71DDCAD8AE0%2540YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Crpaquin%40wlu.ca%7Cf420211bd9bd4abd7cf108d8b40df5e2%7Cb45a5125b29846bc8b89ea5a7343fde8%7C1%7C0%7C637457319335641596%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=PmW6poJb0DSbF4uV%2FRSyK%2Fr8slJyPCHo5yNHpqIOZNU%3D&reserved=0> > . > > -- > 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/YTXPR0101MB12956B5037ECC7CBD7F3E0D9D8AE0%40YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM > <https://groups.google.com/d/msgid/ansible-project/YTXPR0101MB12956B5037ECC7CBD7F3E0D9D8AE0%40YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM?utm_medium=email&utm_source=footer> > . > -- 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/CACf%3DZ5iewWPiTkxsvdgM1YqcMUivB%3DtuQNcHPbXAR1iQRKd-XA%40mail.gmail.com.
