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]<mailto:[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.