Skip to content
Snippets Groups Projects

New

Merged Dmitriy Safronov requested to merge new into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -37,7 +37,5 @@ RUN apk --no-cache add \
rsync \
git \
&& \
mkdir -p /etc/ansible && \
echo 'localhost' > /etc/ansible/hosts
COPY --from=builder /opt/ansible /opt/ansible
CMD [ "ansible", "--version" ]
Loading