Skip to content

Commit fd55b14

Browse files
committed
Issue #17: Set both old and new style collection path names.
1 parent cdac13c commit fd55b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dependency:
44
options:
55
role-file: requirements.yml
66
requirements-file: requirements.yml
7-
collections-path: "./"
87
driver:
98
name: docker
109
lint: |
@@ -25,4 +24,5 @@ provisioner:
2524
playbooks:
2625
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
2726
env:
28-
ANSIBLE_COLLECTIONS_PATHS: "./"
27+
ANSIBLE_COLLECTIONS_PATHS: ../../
28+
ANSIBLE_COLLECTIONS_PATH: ../../

0 commit comments

Comments
 (0)