mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-07-28 13:33:49 +00:00
parent
282dbd5095
commit
92e295afa6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ ENV EXTRA_VARS=""
|
|||
FROM builder AS netbootxyz-production
|
||||
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"
|
||||
|
||||
FROM netbootxyz-$NBXYZ_OVERRIDES as final
|
||||
FROM netbootxyz-${NBXYZ_OVERRIDES} as final
|
||||
RUN \
|
||||
echo "**** running ansible ****" && \
|
||||
cd /ansible && \
|
||||
ansible-playbook -i inventory site.yml $EXTRA_VARS
|
||||
ansible-playbook -i inventory site.yml ${EXTRA_VARS}
|
||||
|
||||
# runtime stage
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue