We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63b076 commit 7a83adbCopy full SHA for 7a83adb
test/scenarios/dependency/molecule/shell/molecule.yml
@@ -3,7 +3,7 @@ dependency:
3
name: shell
4
command: >
5
bash -c "
6
- ansible-galaxy collection install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/collections' community.molecule --force &&
+ ansible-galaxy collection install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/collections' community.molecule &&
7
ansible-galaxy role install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/roles' ssbarnea.ansible_role_helloworld
8
"
9
driver:
0 commit comments