ansible/tasks/debian-to-pve/pve-server.yml

12 lines
244 B
YAML

---
- import_tasks: ../debian-general/update.yml
- name: Ensure PVE is installed and updated
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
name:
- proxmox-ve
- postfix
- open-iscsi
state: latest