From 40989024fc8b552def86cd23a121289331973c19 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Tue, 18 May 2021 19:55:30 +0300 Subject: [PATCH] new --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a2681e..0ce8daf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] -- GitLab