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 e15c31e commit e99a129Copy full SHA for e99a129
molecule/test12/converge.yml
@@ -4,7 +4,7 @@
4
tasks:
5
- name: "Include ansible-role-openhpc"
6
include_role:
7
- name: "ansible-role-openhpc/"
+ name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
8
vars:
9
openhpc_enable:
10
control: "{{ inventory_hostname in groups['testohpc_login'] }}"
0 commit comments