9 lines
205 B
YAML
9 lines
205 B
YAML
---
|
|
- import_tasks: ../debian-general/update.yml
|
|
- name: Ensure PBS is installed and updated
|
|
ansible.builtin.apt:
|
|
update_cache: yes
|
|
cache_valid_time: 0
|
|
name: proxmox-backup
|
|
state: latest
|