🔭 Ansible fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-06 17:07:34 +01:00
parent 2e8b32f7b5
commit 1b8b74628d
3 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:edge
RUN apk update&&apk upgrade&&apk add\
rustup
RUN apk update && apk upgrade
RUN apk add rustup
RUN rustup-init -y
ENV PATH="/root/.cargo/bin:${PATH}"

View File

@@ -1,9 +1,7 @@
FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add ansible
ADD ssh_config /etc/ssh
RUN apk add ansible expect
CMD ansible

View File

@@ -1,2 +0,0 @@
Host *
StrictHostKeyChecking no