add ansible to default tags

This commit is contained in:
Ruben Fiszel
2024-09-19 00:47:30 +02:00
parent b0cb1e0b27
commit 3804c1085f
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -28,4 +28,6 @@ RUN apt-get update && apt-get install -y libprotobuf-dev libnl-route-3-dev
COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
RUN pip3 install ansible
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
@@ -116,7 +116,8 @@
'other',
'bun',
'php',
'rust'
'rust',
'ansible'
]
const nativeTags = [
'nativets',