refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
7
roles/proxmox/tasks/01_setup_localhost.yaml
Normal file
7
roles/proxmox/tasks/01_setup_localhost.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install dependencies
|
||||
ansible.builtin.apt:
|
||||
name: "{{ item }}"
|
||||
update_cache: true
|
||||
state: present
|
||||
loop: "{{ proxmox_localhost_dependencies }}"
|
||||
Reference in New Issue
Block a user