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/src/roles/flatpak/tasks/main.yml
blob: 4aa39a28724160a36a17327333c503ab6dd6c331 (plain) (blame)
1
2
3
- name: Upgrade packages
  ansible.builtin.command: flatpak update --noninteractive
  become: true