mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
add ansible to default tags
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user