We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6898fbf commit fa4026dCopy full SHA for fa4026d
ansible/fatimage.yml
@@ -68,15 +68,13 @@
68
name: stackhpc.openhpc
69
tasks_from: install.yml
70
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
-
75
# - import_playbook: portal.yml
76
- name: Open Ondemand server
77
- import_role:
+ include_role:
78
name: osc.ood
79
tasks_from: install-package.yml
+ vars_from: "Rocky/{{ ansible_distribution_major_version }}.yml"
+ # # FUTURE: install-apps.yml - this is git clones
80
- name: Open Ondemand remote desktop
81
import_role:
82
name: openondemand
0 commit comments