fix builder to set image version and hostname on build

This commit is contained in:
Cassiano Aquino
2019-10-08 19:36:17 +01:00
parent 47654660ee
commit 4916b3bf7c
4 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@
vars:
pwnagotchi:
hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}"
version: "{{ lookup('env', 'PWN_VERSION') | default('master', true) }} "
version: "{{ lookup('env', 'PWN_VERSION') | default('master', true) }}"
system:
boot_options:
- "dtoverlay=dwc2"