Initial commit after reviewing this with Claude Opus.

This commit is contained in:
2026-06-08 10:14:50 -04:00
parent 16ae02bd33
commit acaefd404c
8 changed files with 26 additions and 25 deletions
+6 -2
View File
@@ -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