Skip to content

Commit

Permalink
Add some debug, strip out some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Jul 25, 2022
1 parent b9b1e40 commit 282dbd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM builder AS netbootxyz-default
ENV EXTRA_VARS=""

FROM builder AS netbootxyz-production
ENV EXTRA_VARS="--extra-vars '@script/netbootxyz-overrides.yml'"
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"

FROM netbootxyz-$NBXYZ_OVERRIDES as final
RUN \
Expand Down
4 changes: 4 additions & 0 deletions roles/netbootxyz/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---

- debug:
var: bootloader_disks

- include_tasks: generate_menus.yml
when:
- generate_menus | default(true) | bool
Expand Down

0 comments on commit 282dbd5

Please sign in to comment.