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

12 lines
244 B
YAML
Raw Normal View History

2022-09-11 19:11:08 +02:00
---
- 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