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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml
index d84a687..e24430f 100644
--- a/roles/apt/tasks/main.yml
+++ b/roles/apt/tasks/main.yml
@@ -16,7 +16,7 @@
- name: Install packages
become: true
- ansible.builtin.apt:
+ ansible.builtin.package:
name: '{{ apt_packages }}'
state: present
when: apt_packages | length > 0