Skip to content

Commit 528c0a0

Browse files
committed
molecule: importing collection with fqcn does not work with molecule, for now, falling back on using the collections: keyword
1 parent 0e49168 commit 528c0a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playbooks/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
gather_facts: false
55
vars_files:
66
- vars/vars.yml
7+
collections:
8+
- middleware_automation.wildfly
79
roles:
8-
- middleware_automation.wildfly.wildfly_validation
10+
- role: wildfly_validation

0 commit comments

Comments
 (0)