Initial commit after reviewing this with Claude Opus.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
- name: Perform official repository updates
|
||||
ansible.builtin.import_tasks: apt_upgrade.yaml
|
||||
---
|
||||
- name: Full system upgrade
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
upgrade: full
|
||||
|
||||
Reference in New Issue
Block a user