We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3af93a commit af88adfCopy full SHA for af88adf
Dockerfile
@@ -6,7 +6,7 @@
6
7
FROM alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
8
9
-ENV ANSIBLE_VERSION 6.2.0
+ENV ANSIBLE_VERSION=11.2.0
10
11
RUN apk --update --no-cache add \
12
git \
@@ -39,7 +39,7 @@ RUN rm -rf /var/cache/apk/*
39
40
COPY release/vela-ansible /bin/vela-ansible
41
42
-ENV ANSIBLE_HOST_KEY_CHECKING false
43
-ENV StrictHostKeyChecking no
+ENV ANSIBLE_HOST_KEY_CHECKING=false
+ENV StrictHostKeyChecking=no
44
45
ENTRYPOINT ["/bin/vela-ansible"]
0 commit comments