File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ansible/roles/openondemand/tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
- include_role :
11
11
name : osc.ood
12
12
tasks_from : install-package.yml
13
- vars_from : Rocky/8 .yml
13
+ vars_from : " Rocky/{{ ansible_distribution_major_version }} .yml"
14
14
public : yes # Expose the vars from this role to the rest of the play
15
15
# can't set vars: from a dict hence the workaround above
16
16
Original file line number Diff line number Diff line change 3
3
- src : stackhpc.nfs
4
4
version : v23.12.1 # Tolerate state nfs file handles
5
5
- src : https://github.com/stackhpc/ansible-role-openhpc.git
6
- version : rl9
6
+ version : rl9 # TODO: FIXME: doesn't work on RL8 at the moment
7
7
name : stackhpc.openhpc
8
8
- src : https://github.com/stackhpc/ansible-node-exporter.git
9
9
version : stackhpc
You can’t perform that action at this time.
0 commit comments