Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/yay
diff options
context:
space:
mode:
Diffstat (limited to 'roles/yay')
-rw-r--r--roles/yay/tasks/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/yay/tasks/main.yml b/roles/yay/tasks/main.yml
index bd8effb..42150bf 100644
--- a/roles/yay/tasks/main.yml
+++ b/roles/yay/tasks/main.yml
@@ -7,9 +7,10 @@
register: yay_result
notify: reboot
-- debug:
+- name: Show yay result
+ ansible.builtin.debug:
var: yay_result
when: yay_result
- name: Flush handlers
- meta: flush_handlers
+ ansible.builtin.meta: flush_handlers