Deleted non-role playbooks, and fixed up role tasks

This commit is contained in:
2026-04-06 12:27:23 -04:00
parent 56a93411de
commit 7104111ac4
12 changed files with 11 additions and 133 deletions

View File

@@ -1,5 +1,5 @@
- name: Full system upgrade
become: true
ansible.builtin.apt:
update_cache: true
upgrade: full
become: true
ansible.builtin.apt:
update_cache: true
upgrade: full

View File

@@ -1 +1,2 @@
- name: Perform official repository updates ansible.builtin.import_tasks: apt_upgrade.yaml
- name: Perform official repository updates
ansible.builtin.import_tasks: apt_upgrade.yaml