Skip to content

Commit

Permalink
Fixed Collection Path
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Feb 4, 2022
1 parent c81cd8f commit 7e9748a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN set -eux \
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf

RUN ansible-galaxy collection install community.docker community.general \
&& rm -f /usr/share/ansible/collections \
&& ln -s /usr/share/ansible/collections /root/.ansible/collections
&& mkdir -p /usr/share/ansible \
&& ln -s /root/.ansible/collections/ /usr/share/ansible/collections

CMD ["sh", "-c", "cd ${WORKING_DIRECTORY}; PY_COLORS=1 ANSIBLE_FORCE_COLOR=1 molecule ${COMMAND:-test} --scenario-name ${SCENARIO:-default}"]

0 comments on commit 7e9748a

Please sign in to comment.