Skip to content

Commit 7a83adb

Browse files
authored
Update molecule.yml
1 parent b63b076 commit 7a83adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scenarios/dependency/molecule/shell/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependency:
33
name: shell
44
command: >
55
bash -c "
6-
ansible-galaxy collection install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/collections' community.molecule --force &&
6+
ansible-galaxy collection install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/collections' community.molecule &&
77
ansible-galaxy role install -p '${MOLECULE_EPHEMERAL_DIRECTORY}/roles' ssbarnea.ansible_role_helloworld
88
"
99
driver:

0 commit comments

Comments
 (0)