Files
ansible/roles/arch_update/tasks/main.yaml
T
2026-05-18 08:33:25 -04:00

21 lines
539 B
YAML

---
- 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_upgrade.yaml
- name: Report on any .pacnew files that need to be merged
ansible.builtin.include_tasks: pacnew.yaml