Commit 40989024 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

new

parent 655284ed
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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" ]