Lots of improvements everywhere
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- name: Install qemu-guest-agent
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- qemu-guest-agent
|
||||
state: present
|
||||
@@ -16,7 +16,7 @@
|
||||
- name: get build time
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
content: "{{ ansible_facts.date_time.date }}"
|
||||
content: "{{ ansible_facts.date_time.date }} {{ ansible_facts.date_time.hour }}:{{ ansible_facts.date_time.minute }}"
|
||||
dest: /etc/vagrant_box_build_time
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
@@ -1,15 +1,5 @@
|
||||
virtualbox_packages:
|
||||
- kernel
|
||||
- kernel-devel
|
||||
- kernel-headers
|
||||
- gcc
|
||||
- make
|
||||
- perl
|
||||
- elfutils-libelf-devel
|
||||
- tar
|
||||
- bzip2
|
||||
- dkms
|
||||
virtualbox_services:
|
||||
- dkms
|
||||
virtualbox_from_iso: true
|
||||
- virtualbox-guest-additions
|
||||
virtualbox_services: []
|
||||
virtualbox_from_iso: false
|
||||
virtualbox_pre_commands: []
|
||||
|
||||
Reference in New Issue
Block a user