moved post-installation reboots to task blocks from each software's associated handler to reduce power cycle; fixed semantic errors with varables and fixed repository addition issues

This commit is contained in:
2026-06-16 14:47:31 -04:00
parent dc8dbcc43e
commit 7daf57da64
7 changed files with 151 additions and 52 deletions

View File

@@ -89,7 +89,7 @@
group: root
state: link
loop: "{{ prebuilt_nodepaths | product(['node']) }}"
- name: Reboot machine for shell environment change
ansible.builtin.reboot:
msg: Rebooting machine
# - name: Reboot machine for shell environment change
# ansible.builtin.reboot:
# msg: Rebooting machine