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/apt/tasks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--roles/apt/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml
index dd56a43..8758fce 100644
--- a/roles/apt/tasks/main.yml
+++ b/roles/apt/tasks/main.yml
@@ -2,6 +2,7 @@
command: apt-get --version
register: apt_version
changed_when: no
+ failed_when: no
ignore_errors: yes
- when: apt_version.rc == 0