Skip to content

Commit 36a593b

Browse files
committed
Merge branch 'feat/update-osc-ood' of github.com:stackhpc/ansible-slurm-appliance into feat/update-osc-ood
2 parents cf9c688 + 50b791c commit 36a593b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/fatimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
vars_from: "Rocky/{{ ansible_distribution_major_version }}.yml"
136136
when: "'openondemand' in group_names"
137137

138-
- name: Open Ondemand remote desktop (/MATLAB)
138+
- name: Open Ondemand remote desktop # Used for plain desktop and matlab
139139
ansible.builtin.import_role:
140140
name: openondemand
141141
tasks_from: vnc_compute.yml
@@ -148,13 +148,13 @@
148148
when: "'openondemand_jupyter' in group_names"
149149

150150
- name: Open Ondemand RStudio node
151-
import_role:
151+
ansible.builtin.import_role:
152152
name: openondemand
153153
tasks_from: rstudio_compute.yml
154154
when: "'openondemand_rstudio' in group_names"
155155

156156
- name: Open Ondemand Code Server node
157-
import_role:
157+
ansible.builtin.import_role:
158158
name: openondemand
159159
tasks_from: codeserver_compute.yml
160160
when: "'openondemand_codeserver' in group_names"

0 commit comments

Comments
 (0)