Initial commit of roles-refactor branch
This commit is contained in:
13
roles/arch_update/tasks/aur_upgrade.yaml
Normal file
13
roles/arch_update/tasks/aur_upgrade.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: AUR upgrade
|
||||
aur:
|
||||
use: pikaur
|
||||
upgrade: true
|
||||
aur_only: true
|
||||
|
||||
- name: Rebuild AUR Python packages if version changed
|
||||
ansible.builtin.import_tasks: aur_rebuild.yml
|
||||
vars:
|
||||
package_pattern: python
|
||||
when: new_python is version(orig_python, '>', version_type='strict')
|
||||
|
||||
Reference in New Issue
Block a user