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:
@@ -27,6 +27,6 @@
|
||||
- julia
|
||||
- julialauncher
|
||||
- juliaup
|
||||
- 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
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -46,6 +46,6 @@
|
||||
- git-remote-rad
|
||||
- rad-id
|
||||
- rad-patch
|
||||
- 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
|
||||
@@ -23,6 +23,6 @@
|
||||
state: link
|
||||
loop:
|
||||
- rustup
|
||||
- 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
|
||||
@@ -24,6 +24,6 @@
|
||||
loop:
|
||||
- uv
|
||||
- uvx
|
||||
- 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
|
||||
Reference in New Issue
Block a user