aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/yay/tasks/main.yml
blob: bd8effbd4ba21b1186d133f0c8186d50aff31c06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: Upgrade packages
  kewlfft.aur.aur:
    use: yay
    update_cache: true
    upgrade: true
    aur_only: true
  register: yay_result
  notify: reboot

- debug:
    var: yay_result
  when: yay_result

- name: Flush handlers
  meta: flush_handlers