Skip to content

Commit 500e8c3

Browse files
committed
install ood apps in fatimage
1 parent 8e5cd94 commit 500e8c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ansible/fatimage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@
6262
tasks_from: install.yml
6363

6464
# - import_playbook: portal.yml
65-
- name: Open Ondemand server
65+
- name: Open Ondemand server (packages)
6666
include_role:
6767
name: osc.ood
6868
tasks_from: install-package.yml
6969
vars_from: "Rocky/{{ ansible_distribution_major_version }}.yml"
7070
# # FUTURE: install-apps.yml - this is git clones
71+
- name: Open Ondemand server (apps)
72+
include_role:
73+
name: osc.ood
74+
tasks_from: install-apps.yml
7175
- name: Open Ondemand remote desktop
7276
import_role:
7377
name: openondemand

0 commit comments

Comments
 (0)