diff options
Diffstat (limited to 'roles/yay/tasks/main.yml')
-rw-r--r-- | roles/yay/tasks/main.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/yay/tasks/main.yml b/roles/yay/tasks/main.yml deleted file mode 100644 index 42150bf..0000000 --- a/roles/yay/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -- name: Upgrade packages - kewlfft.aur.aur: - use: yay - update_cache: true - upgrade: true - aur_only: true - register: yay_result - notify: reboot - -- name: Show yay result - ansible.builtin.debug: - var: yay_result - when: yay_result - -- name: Flush handlers - ansible.builtin.meta: flush_handlers |