Add Ansible linting and other stuff
This commit is contained in:
@@ -4,7 +4,8 @@ set -exo pipefail
|
||||
|
||||
build="${1}"
|
||||
|
||||
#packer build -var-file distros/${build}.pkrvars.hcl -except=upload sources/qemu.pkr.hcl
|
||||
packer build -var headless=false -var-file distros/${build}.pkrvars.hcl -except=upload sources/qemu.pkr.hcl
|
||||
vagrant box add -f --name test ${build}.box
|
||||
vagrant up
|
||||
vagrant ssh -c "ls -la ~/"
|
||||
vagrant destroy -f
|
||||
|
||||
Reference in New Issue
Block a user