diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml
index 7e300548f978cf28f20077821853e520df8fdee4..7d8c99480a16ad6866dfe67001a2e13c9ca0fac3 100644
--- a/ansible/bootstrap.yml
+++ b/ansible/bootstrap.yml
@@ -9,7 +9,7 @@
     - name: Installing other packages
       apt:
         state: present
-        name: ['python-pkg-resources', 'python3-pip']
+        name: ['python-pkg-resources', 'python3-pip', 'acl']
   roles:
     - bootstrap_any
   tags: