Skip to content

Commit fa4026d

Browse files
committed
make fatimage more like openondemand role
1 parent 6898fbf commit fa4026d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ansible/fatimage.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,13 @@
6868
name: stackhpc.openhpc
6969
tasks_from: install.yml
7070

71-
- name: Include distribution variables for osc.ood
72-
include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/{{ ansible_distribution_major_version }}.yml"
73-
# FUTURE: install-apps.yml - this is git clones
74-
7571
# - import_playbook: portal.yml
7672
- name: Open Ondemand server
77-
import_role:
73+
include_role:
7874
name: osc.ood
7975
tasks_from: install-package.yml
76+
vars_from: "Rocky/{{ ansible_distribution_major_version }}.yml"
77+
# # FUTURE: install-apps.yml - this is git clones
8078
- name: Open Ondemand remote desktop
8179
import_role:
8280
name: openondemand

0 commit comments

Comments
 (0)