fix build problems

This commit is contained in:
dadav 2020-04-13 19:39:15 +02:00
parent 793cde7147
commit 463f4b50e4
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PACKER_VERSION=1.4.5
PACKER_VERSION=1.5.2
PWN_HOSTNAME=pwnagotchi
PWN_VERSION=master

View File

@ -98,6 +98,7 @@
{
"type": "ansible-local",
"playbook_file": "pwnagotchi.yml",
"extra_arguments": [ "--extra-vars \"ansible_python_interpreter=/usr/bin/python3\"" ],
"command": "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION={{user `pwn_version`}} PWN_HOSTNAME={{user `pwn_hostname`}} ansible-playbook"
},
{