Initial commit of roles-refactor branch

This commit is contained in:
2026-04-06 10:13:20 -04:00
parent c5217c1a0f
commit 56a93411de
9 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
- name: Get original Python version
ansible.builtin.include_tasks: python_check.yaml
vars:
target_var: orig_python
- name: Perform official repository updates
ansible.builtin.import_tasks: repo_upgrade.yaml
- name: Get new Python version
ansible.builtin.include_tasks: python_check.yaml
vars:
target_var: new_python
- name: Perform AUR updates and rebuilds
ansible.builtin.import_tasks: aur_update.yml