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

@@ -6,7 +6,8 @@
aur_only: true
- name: Rebuild AUR Python packages if version changed
ansible.builtin.import_tasks: aur_rebuild.yml
ansible.builtin.import_tasks: aur_rebuild.yaml
check_mode: false
vars:
package_pattern: python
when: new_python is version(orig_python, '>', version_type='strict')