upgrade proxmox

This commit is contained in:
2024-10-02 07:41:31 +05:30
parent bac8b48f6f
commit e937b5d1e0

View File

@@ -0,0 +1,11 @@
---
- hosts: proxmox
become: true
vars_files:
- ../secret
tasks:
- name: Update cache
apt:
update_cache: yes
- name: Dist-upgrade
command: sudo apt dist-upgrade