Skip to content

Commit af88adf

Browse files
gcaseGreg
and
Greg
authored
chore(deps) update ansible to 11.2.0 (#57)
Co-authored-by: Greg <[email protected]>
1 parent d3af93a commit af88adf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
88

9-
ENV ANSIBLE_VERSION 6.2.0
9+
ENV ANSIBLE_VERSION=11.2.0
1010

1111
RUN apk --update --no-cache add \
1212
git \
@@ -39,7 +39,7 @@ RUN rm -rf /var/cache/apk/*
3939

4040
COPY release/vela-ansible /bin/vela-ansible
4141

42-
ENV ANSIBLE_HOST_KEY_CHECKING false
43-
ENV StrictHostKeyChecking no
42+
ENV ANSIBLE_HOST_KEY_CHECKING=false
43+
ENV StrictHostKeyChecking=no
4444

4545
ENTRYPOINT ["/bin/vela-ansible"]

0 commit comments

Comments
 (0)