Skip to content

Commit e99a129

Browse files
committed
apply fix from b167d4b for molecule role name to test12
1 parent e15c31e commit e99a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/test12/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
tasks:
55
- name: "Include ansible-role-openhpc"
66
include_role:
7-
name: "ansible-role-openhpc/"
7+
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
88
vars:
99
openhpc_enable:
1010
control: "{{ inventory_hostname in groups['testohpc_login'] }}"

0 commit comments

Comments
 (0)