Install python via inline provisioner

This commit is contained in:
jalr 2018-02-12 23:15:04 +01:00
parent 659e20e012
commit b2fb98923c
2 changed files with 2 additions and 6 deletions

View file

@ -12,8 +12,8 @@
"provisioners": [
{
"type": "shell",
"script": "./setup.sh"
},
"command": "apt-get update && apt-get -y install python"
},
{
"type": "ansible",
"playbook_file": "ansible/playbook.yml",

View file

@ -1,4 +0,0 @@
#!/bin/sh
cat /proc/sys/kernel/random/uuid > /.build_uuid
apt-get update
apt-get -y install python