Skip to content

Commit e41cc84

Browse files
committed
fix validate task path
1 parent e993a54 commit e41cc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- name: Validate configuration
44
block:
5-
- include_tasks: validate
5+
- include_tasks: validate.yml
66
when: openhpc_enable.runtime | default(false) | bool
77
tags: install
88

0 commit comments

Comments
 (0)