7 lines
170 B
YAML
7 lines
170 B
YAML
![]() |
- name: Build Debian image for Proxmox using bootstrap-vz (local)
|
||
|
hosts: localhost
|
||
|
connection: local
|
||
|
gather_facts: false
|
||
|
|
||
|
roles:
|
||
|
- create_image_debian-minimal
|