Skip to content
Snippets Groups Projects
Commit 40989024 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

new

parent 655284ed
No related branches found
No related tags found
4 merge requests!25Fix,!24Fix,!23Fix,!16New
Pipeline #2236 canceled
...@@ -37,7 +37,5 @@ RUN apk --no-cache add \ ...@@ -37,7 +37,5 @@ RUN apk --no-cache add \
rsync \ rsync \
git \ git \
&& \ && \
mkdir -p /etc/ansible && \
echo 'localhost' > /etc/ansible/hosts
COPY --from=builder /opt/ansible /opt/ansible COPY --from=builder /opt/ansible /opt/ansible
CMD [ "ansible", "--version" ] CMD [ "ansible", "--version" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment