From 6ef571ceb9e2ad4dba8126f2dc2324956c0560c4 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Fri, 27 Dec 2024 00:00:00 +0000 Subject: [PATCH] fix(common): added missing privileges elevation to firmware management tools installation step --- .../nullified/infrastructure/roles/common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml b/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml index 562ab3d..23989f5 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/common/tasks/main.yml @@ -56,6 +56,7 @@ state: present - name: 'install firmware management tools' + become: true ansible.builtin.apt: update_cache: true force_apt_get: true