From 59eadd6cc7a69c3f50882df81ed89ea78b77251f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 11:27:49 +0200 Subject: [ubuntu-18.04] update to 18.04.1 --- ubuntu-18.04-amd64.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubuntu-18.04-amd64.json b/ubuntu-18.04-amd64.json index 5fa15c7..8af8c30 100644 --- a/ubuntu-18.04-amd64.json +++ b/ubuntu-18.04-amd64.json @@ -1,6 +1,6 @@ { "variables": { - "iso_url":"http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-amd64.iso", + "iso_url":"http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04.1-server-amd64.iso", "iso_checksum_url": "http://cdimage.ubuntu.com/releases/18.04/release/SHA256SUMS", "iso_checksum_type": "sha256", "vm_name": "ubuntu-18.04-amd64", @@ -130,5 +130,10 @@ "memsize": "{{ user `memory` }}", "numvcpus": "{{ user `cpus` }}" } + }], + "provisioners": [{ + "type": "ansible", + "playbook_file": "{{ user `playbook` }}", + "extra_arguments": "{{ user `extra_ansible_args` }}" }] } -- cgit v1.2.3-55-g7522