mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Drop brackets
This commit is contained in:
parent
a01d9dfc80
commit
4319baa7b5
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