zuul-jobs/test-playbooks/packer/packer.json
vass 32a3ce3f5a Adds roles to install and run hashicorp packer
Change-Id: I82274ef59eda00a735579082bbd37b64c0599c7d
2020-04-13 16:44:32 +02:00

12 lines
224 B
JSON

{
"variables": {
"packer_test_file": "{{env `PACKER_TEST_FILE`}}"
},
"builders": [{
"type": "file",
"content": "{{user `packer_test_content`}}",
"target": "{{user `packer_test_file` }}"
}]
}