diff options
author | Jonathan Bauer | 2017-09-20 17:08:14 +0200 |
---|---|---|
committer | Jonathan Bauer | 2017-09-20 17:08:14 +0200 |
commit | 4106fac5c585aa3cfeaf86e836151bcfc7730eda (patch) | |
tree | 6b4ccb62bcf3f466f11291c45400e59d35284b05 | |
parent | add skeleton setup-bwlp role (diff) | |
download | ansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.tar.gz ansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.tar.xz ansible-dracut-4106fac5c585aa3cfeaf86e836151bcfc7730eda.zip |
fix qemu builder images default 40g size
-rw-r--r-- | run-playbook-only.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-playbook-only.json b/run-playbook-only.json index ab52fc5..2079256 100644 --- a/run-playbook-only.json +++ b/run-playbook-only.json @@ -9,6 +9,7 @@ "output_directory": "output-{{ user `image_dir` }}", "vm_name": "{{ user `vm_name` }}", "disk_image": "true", + "disk_size": "{{ user `disk_size` }}", "format": "qcow2", "headless": "{{ user `headless` }}", "ssh_timeout": "{{ user `ssh_timeout` }}", |