Yep
All checks were successful
Build and push docker image / build (push) Successful in 1m52s

This commit is contained in:
2026-01-19 00:30:48 +04:00
parent 4d37debb0c
commit 704a60fdd3

View File

@@ -2,7 +2,7 @@
FROM gitea/runner-images:ubuntu-latest FROM gitea/runner-images:ubuntu-latest
RUN apt update && apt install ansible ansible-lint sshpass RUN apt update && apt install --no-install-recommends -y ansible ansible-lint sshpass
RUN mkdir /ansible RUN mkdir /ansible