File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 66
66
regexp="^[0-9a-zA-Z]*"
67
67
line={{ current_version.stdout }}
68
68
69
+ - name : Obtain build machine information.
70
+ shell : |
71
+ echo "Build VirtualBox version: $(VBoxManage --version)" > {{ vm_dir }}/build_information
72
+ echo "Build Vagrant version: $(vagrant --version)" >> {{ vm_dir }}/build_information
73
+ echo "Build hostname: $HOSTNAME" >> {{ vm_dir }}/build_information
74
+ echo "Uname output: $(uname -a)" >> {{ vm_dir }}/build_information
75
+ echo "lsb_release output: $(lsb_release -a) >> {{ vm_dir }}/build_information
76
+ args :
77
+ chdir : " {{ vm_dir }}"
78
+ executable : /bin/bash
79
+
69
80
- name : Start the virtual machine. Vagrant may attempt to install VirtualBox Guest Additions here.
70
81
shell : vagrant up --no-provision > {{ vm_name }}.log
71
82
chdir={{ vm_dir }}
You can’t perform that action at this time.
0 commit comments