This commit is contained in:
parent
fd13e5341b
commit
7f07b49134
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
- name: Ensure the VM template generation is set up
|
- name: Ensure the VM template generation is set up
|
||||||
hosts: proxmox_vm_template_hosts
|
hosts: proxmox_vm_template_hosts
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Ensure dependencies are present
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- git
|
||||||
|
- libguestfs-tools
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Ensure /usr/local/{lib,sbin} exist
|
- name: Ensure /usr/local/{lib,sbin} exist
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue