File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ansible/roles/openondemand Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,5 @@ openondemand_osc_ood_defaults:
106106openondemand_code_server_version : 4.102.2
107107openondemand_rstudio_version : 2025.05.1-513
108108openondemand_matlab_version : ' '
109- # Below
110- openondemand_gres_options : " {{ _openondemand_sinfo_gres.stdout | to_gres_options }}"
109+ # Below is automatically calculated during role run:
110+ openondemand_gres_options : " {{ _openondemand_sinfo_gres.stdout | to_gres_options }}"
Original file line number Diff line number Diff line change 4040 public : true
4141
4242- name : Get GRES information
43- command :
43+ ansible.builtin. command :
4444 cmd : sinfo --noheader --format "%R %G" # can't use , or : as separator
45+ changed_when : true
4546 register : _openondemand_sinfo_gres
4647
4748- ansible.builtin.include_role :
You can’t perform that action at this time.
0 commit comments