Merge pull request #847 from dadav/develop

fix build problems
This commit is contained in:
Simone Margaritelli 2020-04-14 11:12:59 +02:00 committed by GitHub
commit 6478b3827d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
},
{