Skip to content

Commit cda7084

Browse files
committed
fix import role task name for ohpc install
1 parent 4161c7d commit cda7084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
- name: Install OpenHPC
118118
ansible.builtin.import_role:
119119
name: stackhpc.openhpc
120-
tasks_from: install.yml
120+
tasks_from: install-ohpc.yml
121121
when: "'openhpc' in group_names"
122122

123123
# - import_playbook: portal.yml

0 commit comments

Comments
 (0)