From 50f0b35c207dae5e231c415a9574d8eb272518e8 Mon Sep 17 00:00:00 2001 From: Phelipe Teles Date: Tue, 11 Apr 2023 20:58:45 -0300 Subject: [PATCH] Fix not running dnf with sudo --- roles/cli/tasks/tokei.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cli/tasks/tokei.yml b/roles/cli/tasks/tokei.yml index b755cf0a..1f7af0d6 100644 --- a/roles/cli/tasks/tokei.yml +++ b/roles/cli/tasks/tokei.yml @@ -1,4 +1,5 @@ - name: Install tokei in Fedora + become: true dnf: name: - tokei