diff --git a/roles/htop/tasks/Debian.yaml b/roles/htop/tasks/Debian.yaml
index a2163a2..b36906e 100644
--- a/roles/htop/tasks/Debian.yaml
+++ b/roles/htop/tasks/Debian.yaml
@@ -1,5 +1,6 @@
 ---
 - name: install apt package
+  become: true
   apt:
     name: htop
     state: latest