refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
6
roles/proxmox/tasks/40_prepare_vm_creation.yaml
Normal file
6
roles/proxmox/tasks/40_prepare_vm_creation.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Download Cloud Init Isos
|
||||
ansible.builtin.include_tasks: 42_download_isos.yaml
|
||||
loop: "{{ proxmox_cloud_init_images | dict2items | map(attribute='value') }}"
|
||||
loop_control:
|
||||
loop_var: distro
|
||||
Reference in New Issue
Block a user