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 cdac13c commit fd55b14Copy full SHA for fd55b14
molecule/default/molecule.yml
@@ -4,7 +4,6 @@ dependency:
4
options:
5
role-file: requirements.yml
6
requirements-file: requirements.yml
7
- collections-path: "./"
8
driver:
9
name: docker
10
lint: |
@@ -25,4 +24,5 @@ provisioner:
25
24
playbooks:
26
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
27
env:
28
- ANSIBLE_COLLECTIONS_PATHS: "./"
+ ANSIBLE_COLLECTIONS_PATHS: ../../
+ ANSIBLE_COLLECTIONS_PATH: ../../
0 commit comments