diff --git a/playbooks/update-proxmox.yml b/playbooks/update-proxmox.yml new file mode 100644 index 0000000..3679de8 --- /dev/null +++ b/playbooks/update-proxmox.yml @@ -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 \ No newline at end of file