Skip to content

Commit 64071cf

Browse files
committed
fix openondemand install
1 parent 458cc0a commit 64071cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/openondemand/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- include_role:
1111
name: osc.ood
1212
tasks_from: install-package.yml
13-
vars_from: Rocky/8.yml
13+
vars_from: "Rocky/{{ ansible_distribution_major_version }}.yml"
1414
public: yes # Expose the vars from this role to the rest of the play
1515
# can't set vars: from a dict hence the workaround above
1616

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ roles:
33
- src: stackhpc.nfs
44
version: v23.12.1 # Tolerate state nfs file handles
55
- 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
77
name: stackhpc.openhpc
88
- src: https://github.com/stackhpc/ansible-node-exporter.git
99
version: stackhpc

0 commit comments

Comments
 (0)